mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
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:
parent
cb9309f2a7
commit
0079aea21c
3 changed files with 3 additions and 3 deletions
|
@ -64,7 +64,7 @@ if libtype != 'static'
|
||||||
identifier_prefix : 'Gst',
|
identifier_prefix : 'Gst',
|
||||||
symbol_prefix : 'gst',
|
symbol_prefix : 'gst',
|
||||||
export_packages : 'gstreamer-base-1.0',
|
export_packages : 'gstreamer-base-1.0',
|
||||||
link_with : libgst_shared,
|
dependencies : [gst_dep],
|
||||||
include_directories : [configinc, libsinc, privinc],
|
include_directories : [configinc, libsinc, privinc],
|
||||||
includes : ['GLib-2.0', 'GObject-2.0', 'GModule-2.0', 'Gst-1.0'],
|
includes : ['GLib-2.0', 'GObject-2.0', 'GModule-2.0', 'Gst-1.0'],
|
||||||
install : true,
|
install : true,
|
||||||
|
|
|
@ -49,7 +49,7 @@ if libtype != 'static'
|
||||||
identifier_prefix : 'Gst',
|
identifier_prefix : 'Gst',
|
||||||
symbol_prefix : 'gst',
|
symbol_prefix : 'gst',
|
||||||
export_packages : 'gstreamer-controller-1.0',
|
export_packages : 'gstreamer-controller-1.0',
|
||||||
link_with : libgst_shared,
|
dependencies : [gst_dep],
|
||||||
include_directories : [configinc, libsinc, privinc],
|
include_directories : [configinc, libsinc, privinc],
|
||||||
includes : ['GLib-2.0', 'GObject-2.0', 'GModule-2.0', 'Gst-1.0'],
|
includes : ['GLib-2.0', 'GObject-2.0', 'GModule-2.0', 'Gst-1.0'],
|
||||||
install : true,
|
install : true,
|
||||||
|
|
|
@ -51,7 +51,7 @@ if libtype != 'static'
|
||||||
identifier_prefix : 'Gst',
|
identifier_prefix : 'Gst',
|
||||||
symbol_prefix : 'gst',
|
symbol_prefix : 'gst',
|
||||||
export_packages : 'gstreamer-net-1.0',
|
export_packages : 'gstreamer-net-1.0',
|
||||||
link_with : libgst_shared,
|
dependencies : [gst_dep, gst_base_dep],
|
||||||
include_directories : [configinc, libsinc],
|
include_directories : [configinc, libsinc],
|
||||||
includes : ['GLib-2.0', 'GObject-2.0', 'GModule-2.0', 'Gio-2.0', 'Gst-1.0'],
|
includes : ['GLib-2.0', 'GObject-2.0', 'GModule-2.0', 'Gio-2.0', 'Gst-1.0'],
|
||||||
install : true,
|
install : true,
|
||||||
|
|
Loading…
Reference in a new issue