Fix the package name in the gir to match the .pc filename

This commit is contained in:
Thibault Saunier 2018-10-31 10:06:08 -03:00
parent 3c7f488fc2
commit 023bc72d9e
2 changed files with 2 additions and 2 deletions

View file

@ -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 $@ \

View file

@ -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,