meson: Advertise dependency on gst_dep generating girs

And do not simply link to libgst as the gir information
location only exist in declare_dependecy

https://bugzilla.gnome.org/show_bug.cgi?id=774044
This commit is contained in:
Thibault Saunier 2016-11-09 14:07:28 -03:00
parent cb9309f2a7
commit 0079aea21c
3 changed files with 3 additions and 3 deletions

View file

@ -64,7 +64,7 @@ if libtype != 'static'
identifier_prefix : 'Gst',
symbol_prefix : 'gst',
export_packages : 'gstreamer-base-1.0',
link_with : libgst_shared,
dependencies : [gst_dep],
include_directories : [configinc, libsinc, privinc],
includes : ['GLib-2.0', 'GObject-2.0', 'GModule-2.0', 'Gst-1.0'],
install : true,

View file

@ -49,7 +49,7 @@ if libtype != 'static'
identifier_prefix : 'Gst',
symbol_prefix : 'gst',
export_packages : 'gstreamer-controller-1.0',
link_with : libgst_shared,
dependencies : [gst_dep],
include_directories : [configinc, libsinc, privinc],
includes : ['GLib-2.0', 'GObject-2.0', 'GModule-2.0', 'Gst-1.0'],
install : true,

View file

@ -51,7 +51,7 @@ if libtype != 'static'
identifier_prefix : 'Gst',
symbol_prefix : 'gst',
export_packages : 'gstreamer-net-1.0',
link_with : libgst_shared,
dependencies : [gst_dep, gst_base_dep],
include_directories : [configinc, libsinc],
includes : ['GLib-2.0', 'GObject-2.0', 'GModule-2.0', 'Gio-2.0', 'Gst-1.0'],
install : true,