summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2017-11-08 17:22:47 +0100
committerEdward Hervey <bilboed@bilboed.com>2017-11-08 17:22:47 +0100
commit9658e120865d0a7cb794fd2f88f806b7d953891d (patch)
treefa528317925bc5d9f3cdb7db473a56a69046e1ba
parent2eb3df74b5cefc4e8b5e2acaaab3f7507cf407ac (diff)
validate: Call g-ir-scanner with the same toolchain as the rest
-rw-r--r--validate/gst/validate/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/validate/gst/validate/Makefile.am b/validate/gst/validate/Makefile.am
index e9985a3..7c12a24 100644
--- a/validate/gst/validate/Makefile.am
+++ b/validate/gst/validate/Makefile.am
@@ -110,6 +110,8 @@ gir_sources+=$(patsubst %,$(builddir)/%, $(built_source_make))
gir_cincludes=$(patsubst %,--c-include='gst/validate/%',$(libgstvalidate@GST_API_VERSION@include_HEADERS))
GstValidate-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstvalidate-@GST_API_VERSION@.la
+ $(AM_V_GEN)GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_DISABLE=yes GI_SCANNER_DISABLE_CACHE=yes \
+ CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" CC="$(CC)" PKG_CONFIG="$(PKG_CONFIG)" DLLTOOL="$(DLLTOOL)" \
$(INTROSPECTION_SCANNER) -v --namespace GstValidate \
--nsversion=@GST_API_VERSION@ \
--warn-all \