[oe-commits] Jean-Michel Hautbois : gstreamer1.0-plugins-bad.inc: Disable cocoa on configure

git at git.openembedded.org git at git.openembedded.org
Fri Dec 5 18:01:32 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: e526f5633669819417ef975c49d07fff8f35b91b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e526f5633669819417ef975c49d07fff8f35b91b

Author: Jean-Michel Hautbois <jean-michel.hautbois at vodalys.com>
Date:   Tue Dec  2 17:24:32 2014 +0100

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.

Signed-off-by: Jean-Michel Hautbois <jean-michel.hautbois at vodalys.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
index dab0bf5..9c15f2b 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 += " \
     --disable-apple_media \
     --disable-avc \
     --disable-chromaprint \
+    --disable-cocoa \
     --disable-daala \
     --disable-dc1394 \
     --disable-direct3d \



More information about the Openembedded-commits mailing list