summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst')
-rw-r--r--gst/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/meson.build b/gst/meson.build
index f522c0f7b3..e8b1f4d04f 100644
--- a/gst/meson.build
+++ b/gst/meson.build
@@ -253,5 +253,5 @@ gst_dep = declare_dependency(link_with : libgst,
include_directories : gst_incdirs,
dependencies : [glib_dep, gobject_dep, gmodule_dep],
# Everything that uses libgst needs this built to compile
- sources : gst_gen_sources,
+ sources : [gst_gen_sources, gstenum_h],
)