GNOME Bugzilla – Bug 781168
meson: Not installing gstappsink.h
Last modified: 2017-04-11 08:52:33 UTC
There's probably a mistake in the meson.build file, as gstappsrc.h is added twice to app_headers and gstappsink.h is not at all. app_mkenum_headers = [ 'gstappsrc.h', ] app_headers = app_mkenum_headers + [ 'app.h', 'gstappsrc.h' ] Not sure which of these was meant to be gstappsink.h, but this breaks the build of gst-plugins-bad, etc.
Created attachment 349660 [details] [review] meson: install gstappsink.h
Attachment 349660 [details] pushed as 6b983a7 - meson: install gstappsink.h