summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2021-05-02 20:45:36 +0300
committerTim-Philipp Müller <tim@centricular.com>2021-05-03 10:31:36 +0100
commitf44b966120ef426a1776bc7997dc872507cab439 (patch)
tree21a15aa198c3b99e071f2151bc108bb47c936dcf
parent90ab05dee344522a373dd311b801c66f9eecaf07 (diff)
downloadgstreamer-plugins-base-f44b966120ef426a1776bc7997dc872507cab439.tar.gz
app: Add gstappsrc.h to the enum headers in meson.build
It's already indirectly included but let's better be explicit here. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1135>
-rw-r--r--gst-libs/gst/app/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/app/meson.build b/gst-libs/gst/app/meson.build
index 7a90f5e10..9910ffbea 100644
--- a/gst-libs/gst/app/meson.build
+++ b/gst-libs/gst/app/meson.build
@@ -4,7 +4,7 @@ app_mkenum_headers = [
'gstappsrc.h',
]
-app_headers = app_mkenum_headers + [ 'app.h', 'app-prelude.h', 'gstappsink.h' ]
+app_headers = app_mkenum_headers + [ 'app.h', 'app-prelude.h', 'gstappsrc.h', 'gstappsink.h' ]
install_headers(app_headers, subdir : 'gstreamer-1.0/gst/app/')
app_enums = gnome.mkenums_simple('app-enumtypes',