[gir-repository] Make sure that disabling Gst also disables gst-plugins-base



commit f76f60e3e0a16910745db2f8d8972d87af487588
Author: Paul Pogonyshev <pogonyshev gmx net>
Date:   Wed Feb 24 00:59:16 2010 +0200

    Make sure that disabling Gst also disables gst-plugins-base

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 43fc3f0..fac12ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,7 +116,8 @@ dnl gst-plugins-base supports introspection starting from 0.10.25
 PKG_CHECK_MODULES(GSTREAMER_PLUGINS_BASE, [gstreamer-plugins-base-0.10 >= 0.10.0],
                   have_gstreamer_plugins_base=true,
                   have_gstreamer_plugins_base=false)
-AM_CONDITIONAL(BUILD_GSTREAMER_PLUGINS_BASE, $have_gstreamer_plugins_base)
+dnl make sure that disabling Gst also disables gst-plugins-base
+AM_CONDITIONAL(BUILD_GSTREAMER_PLUGINS_BASE, $have_Gst && $have_gstreamer_plugins_base)
 
 dnl gtksourceview
 GIR_CHECK(GtkSourceView, gtksourceview-2.0)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]