From: Jean-Michel Hautbois Date: Tue, 2 Dec 2014 16:24:32 +0000 (+0100) Subject: gstreamer1.0-plugins-bad.inc: Disable cocoa on configure X-Git-Tag: 2015-4~1091 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e526f5633669819417ef975c49d07fff8f35b91b;p=openembedded-core.git 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 Signed-off-by: Ross Burton --- 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 += " \ --disable-apple_media \ --disable-avc \ --disable-chromaprint \ + --disable-cocoa \ --disable-daala \ --disable-dc1394 \ --disable-direct3d \