summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJean-Michel Hautbois <jean-michel.hautbois@vodalys.com>2014-12-02 17:24:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-05 18:01:05 +0000
commit4de97f7b3e9d107aedc566466937ac7044f2bfca (patch)
treebf550efad11a5ab1b8d22ce03ac16e22627d56cf /meta
parent60d504b431fa7cdc6ded141def7ae18edb1834e5 (diff)
downloadpoky-4de97f7b3e9d107aedc566466937ac7044f2bfca.tar.gz
gstreamer1.0-plugins-bad.inc: Disable cocoa on configure
When configuring, if GNUstep is found on host, the configure script thinks that ist is running osx and so enables cocoa support. (From OE-Core rev: e526f5633669819417ef975c49d07fff8f35b91b) Signed-off-by: Jean-Michel Hautbois <jean-michel.hautbois@vodalys.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
index dab0bf54a6..9c15f2b1ed 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
@@ -80,6 +80,7 @@ EXTRA_OECONF += " \
80 --disable-apple_media \ 80 --disable-apple_media \
81 --disable-avc \ 81 --disable-avc \
82 --disable-chromaprint \ 82 --disable-chromaprint \
83 --disable-cocoa \
83 --disable-daala \ 84 --disable-daala \
84 --disable-dc1394 \ 85 --disable-dc1394 \
85 --disable-direct3d \ 86 --disable-direct3d \