summaryrefslogtreecommitdiff
path: root/gst-libs/gst/mpegts
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2015-03-31 11:24:57 +0200
committerEdward Hervey <bilboed@bilboed.com>2015-03-31 15:42:03 +0200
commit0360a621359bec4ab64989f00531132086977b3f (patch)
tree7643fae47bba04156b591a192dfbc4459c4f6cdb /gst-libs/gst/mpegts
parent1b564bfb8b0db43a24cf311dca24038558b80a68 (diff)
downloadgstreamer-plugins-bad-0360a621359bec4ab64989f00531132086977b3f.tar.gz
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 'gst-libs/gst/mpegts')
-rw-r--r--gst-libs/gst/mpegts/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/mpegts/Makefile.am b/gst-libs/gst/mpegts/Makefile.am
index 0cee3045d..9f87e976c 100644
--- a/gst-libs/gst/mpegts/Makefile.am
+++ b/gst-libs/gst/mpegts/Makefile.am
@@ -63,7 +63,7 @@ gir_sources=$(patsubst %,$(srcdir)/%, $(libgstmpegts_@GST_API_VERSION@_la_SOURCE
gir_sources+=$(patsubst %,$(builddir)/%, $(built_sources))
GstMpegts-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstmpegts-@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 GstMpegts \
--nsversion=@GST_API_VERSION@ \