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: lucaceresoli/bug-15201-perf-libtraceevent-missing~31928 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e526f5633669819417ef975c49d07fff8f35b91b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 dab0bf54a67..9c15f2b1ed0 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 \