[gst-cvs] common: gtk-doc-plugins: Allow modules to add extra env vars to the inspect step.
Jan Schmidt
thaytan at kemper.freedesktop.org
Thu Oct 8 02:57:00 PDT 2009
Module: common
Branch: master
Commit: a3e3ce481deb7b8bce629142c8f6f4cde7424b5c
URL: http://cgit.freedesktop.org/gstreamer/common/commit/?id=a3e3ce481deb7b8bce629142c8f6f4cde7424b5c
Author: Jan Schmidt <thaytan at noraisin.net>
Date: Thu Oct 8 10:56:22 2009 +0100
gtk-doc-plugins: Allow modules to add extra env vars to the inspect step.
---
gtk-doc-plugins.mak | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/gtk-doc-plugins.mak b/gtk-doc-plugins.mak
index 83599ad..f01a434 100644
--- a/gtk-doc-plugins.mak
+++ b/gtk-doc-plugins.mak
@@ -137,7 +137,8 @@ INSPECT_REGISTRY=$(top_builddir)/docs/plugins/inspect-registry.xml
INSPECT_ENVIRONMENT=\
GST_PLUGIN_SYSTEM_PATH= \
GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(top_builddir)/plugins:$(top_builddir)/src:$(top_builddir)/gnl \
- GST_REGISTRY=$(INSPECT_REGISTRY)
+ GST_REGISTRY=$(INSPECT_REGISTRY) \
+ $(INSPECT_EXTRA_ENVIRONMENT)
# update the element and plugin XML descriptions; store in inspect/
inspect:
More information about the Gstreamer-commits
mailing list