summaryrefslogtreecommitdiff
path: root/libs/gst/controller
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2015-03-31 11:15:10 +0200
committerEdward Hervey <bilboed@bilboed.com>2015-03-31 11:16:09 +0200
commite4d07e161ddbed9cb6cb8ddd5379c39323e24dcb (patch)
treeb0b62f623203dabc94c49c66468dcd0082108930 /libs/gst/controller
parenteb2d1f5b96899b43b8b4bd5ddec1297d0aaf3d89 (diff)
introspection: Don't use g-ir-scanner cache at compile time
It pollutes user directories and we don't need to cache it https://bugzilla.gnome.org/show_bug.cgi?id=747095
Diffstat (limited to 'libs/gst/controller')
-rw-r--r--libs/gst/controller/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gst/controller/Makefile.am b/libs/gst/controller/Makefile.am
index 4050f2703..a014cf940 100644
--- a/libs/gst/controller/Makefile.am
+++ b/libs/gst/controller/Makefile.am
@@ -48,7 +48,7 @@ gir_headers=$(patsubst %,$(srcdir)/%, $(libgstcontroller_@GST_API_VERSION@_inclu
gir_sources=$(patsubst %,$(srcdir)/%, $(libgstcontroller_@GST_API_VERSION@_la_SOURCES))
GstController-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstcontroller-@GST_API_VERSION@.la
- $(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" \
+ $(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" GI_SCANNER_DISABLE_CACHE=yes\
GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no \
$(INTROSPECTION_SCANNER) -v --namespace GstController \
--nsversion=@GST_API_VERSION@ \