summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2018-11-01 18:57:46 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2018-11-01 18:57:46 -0400
commit092d884da4c91967692dcaddaf583413a39d59d4 (patch)
tree949f666821d22e2782c6357eafc48985e7217b17
parent0d3d4bf20285f4fe8c9e3222afee62042147601d (diff)
downloadfarstream-092d884da4c91967692dcaddaf583413a39d59d4.tar.gz
gir: Add package deps to ensure the GIR build works
-rw-r--r--farstream/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/farstream/Makefile.am b/farstream/Makefile.am
index ec32682b..e6b509c1 100644
--- a/farstream/Makefile.am
+++ b/farstream/Makefile.am
@@ -93,6 +93,7 @@ Farstream_@FS_API_VERSION@_gir_LIBS = libfarstream-@FS_APIVERSION@.la
Farstream_@FS_API_VERSION@_gir_FILES = $(introspection_sources)
Farstream_@FS_API_VERSION@_gir_INCLUDES = GObject-2.0 Gst-@GST_API_VERSION@
Farstream_@FS_API_VERSION@_gir_CFLAGS = $(FS_INTERNAL_CFLAGS)
+Farstream_@FS_API_VERSION@_gir_PACKAGES = gstreamer-@GST_API_VERSION@
Farstream_@FS_API_VERSION@_gir_SCANNERFLAGS = --symbol-prefix=fs \
--identifier-prefix=Fs --add-init-section="gst_init(NULL,NULL);" \
--pkg-export=farstream-@FS_APIVERSION@ \