From 6d79e7cc97f841bd6e833d217fca394bc74d34d9 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 16 Mar 2020 21:54:26 -0400 Subject: [PATCH] gst-full: Use gst_dep dependency It is needed because that dependency object brings generated headers too. --- meson.build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meson.build b/meson.build index 3333a23850..c408d33e20 100644 --- a/meson.build +++ b/meson.build @@ -228,9 +228,7 @@ if get_option('default_library') == 'static' ) install_headers('gstinitstaticplugins.h', subdir : 'gstreamer-1.0/gst') - # Get include paths in source tree gst_dep = subproject('gstreamer').get_variable('gst_dep') - gst_includes = gst_dep.partial_dependency(includes: true, compile_args: true) # Get a list of libraries that needs to be exposed in the ABI. exposed_libs = [] @@ -257,7 +255,7 @@ if get_option('default_library') == 'static' init_static_plugins_c, link_with : all_plugins, link_whole : exposed_libs, - dependencies : gst_includes, + dependencies : gst_dep, install : true, ) pkgconfig.generate(gstfull,