mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
Fix the package
name in the gir to match the .pc
filename
This commit is contained in:
parent
3c7f488fc2
commit
023bc72d9e
2 changed files with 2 additions and 2 deletions
|
@ -208,7 +208,7 @@ GES-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libges-@GST_API_VERSION@.la
|
|||
--pkg gstreamer-pbutils-@GST_API_VERSION@ \
|
||||
--pkg gstreamer-controller-@GST_API_VERSION@ \
|
||||
--pkg gio-2.0 \
|
||||
--pkg-export ges-@GST_API_VERSION@ \
|
||||
--pkg-export gst-editing-services-@GST_API_VERSION@ \
|
||||
--add-init-section="$(INTROSPECTION_INIT)" \
|
||||
--add-init-section="extern gboolean ges_init(void); ges_init();" \
|
||||
--output $@ \
|
||||
|
|
|
@ -181,7 +181,7 @@ if build_gir
|
|||
nsversion : apiversion,
|
||||
identifier_prefix : 'GES',
|
||||
symbol_prefix : 'ges',
|
||||
export_packages : 'ges-1.0',
|
||||
export_packages : 'gst-editing-services-1.0',
|
||||
includes : ['Gst-1.0', 'GstPbutils-1.0', 'GstVideo-1.0', 'Gio-2.0', 'GObject-2.0'],
|
||||
install : true,
|
||||
dependencies : libges_deps,
|
||||
|
|
Loading…
Reference in a new issue