summaryrefslogtreecommitdiffstats
path: root/meta/packages/gstreamer/gstreamer/check_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gstreamer/gstreamer/check_fix.patch')
-rw-r--r--meta/packages/gstreamer/gstreamer/check_fix.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/packages/gstreamer/gstreamer/check_fix.patch b/meta/packages/gstreamer/gstreamer/check_fix.patch
new file mode 100644
index 0000000000..5cdf6a04ea
--- /dev/null
+++ b/meta/packages/gstreamer/gstreamer/check_fix.patch
@@ -0,0 +1,19 @@
1Index: gstreamer-0.10.20/configure.ac
2===================================================================
3--- gstreamer-0.10.20.orig/configure.ac 2008-11-10 13:20:41.000000000 +0000
4+++ gstreamer-0.10.20/configure.ac 2008-11-10 13:21:01.000000000 +0000
5@@ -501,13 +501,7 @@
6 AC_SUBST(GST_DISABLE_XML_DEFINE)
7
8 dnl check for "check", unit testing library/header
9-AM_PATH_CHECK(0.9.2,
10- [
11- HAVE_CHECK=yes
12- AC_MSG_NOTICE(CHECK_CFLAGS: $CHECK_CFLAGS)
13- AC_MSG_NOTICE(CHECK_LIBS: $CHECK_LIBS)
14- ],
15- HAVE_CHECK=no)
16+HAVE_CHECK=no
17 AM_CONDITIONAL(HAVE_CHECK, test "x$HAVE_CHECK" = "xyes")
18
19 dnl pkg-config check that for libcheck that works for cross-compiling