aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gstreamer/files/gst-plugins_disable_introspection.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gstreamer/files/gst-plugins_disable_introspection.patch')
-rw-r--r--packages/gstreamer/files/gst-plugins_disable_introspection.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/gstreamer/files/gst-plugins_disable_introspection.patch b/packages/gstreamer/files/gst-plugins_disable_introspection.patch
new file mode 100644
index 0000000000..bf742349aa
--- /dev/null
+++ b/packages/gstreamer/files/gst-plugins_disable_introspection.patch
@@ -0,0 +1,12 @@
+--- configure.ac 2009-10-05 14:04:05.000000000 +0200
++++ configure.ac 2009-10-06 13:03:56.000000000 +0200
+@@ -134,8 +134,7 @@
+ AC_PATH_PROG(VALGRIND_PATH, valgrind, no)
+ AM_CONDITIONAL(HAVE_VALGRIND, test ! "x$VALGRIND_PATH" = "xno")
+
+-dnl check for gobject-introspection
+-GOBJECT_INTROSPECTION_CHECK([0.6.3])
++AM_CONDITIONAL(HAVE_INTROSPECTION, test "a" = "b")
+
+ dnl check for documentation tools
+ GTK_DOC_CHECK([1.3])