diff options
author | Jean-Michel Hautbois <jean-michel.hautbois@vodalys.com> | 2014-12-02 17:24:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-05 17:42:45 +0000 |
commit | e526f5633669819417ef975c49d07fff8f35b91b (patch) | |
tree | d29c0828937b32b61fcb644f19366314bdbf5d59 /meta/recipes-multimedia/gstreamer | |
parent | 79144da00f005b5a3ab8f7404730216cfc684616 (diff) | |
download | openembedded-core-e526f5633669819417ef975c49d07fff8f35b91b.tar.gz openembedded-core-e526f5633669819417ef975c49d07fff8f35b91b.tar.bz2 openembedded-core-e526f5633669819417ef975c49d07fff8f35b91b.zip |
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@vodalys.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 1 |
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 += " \ --disable-apple_media \ --disable-avc \ --disable-chromaprint \ + --disable-cocoa \ --disable-daala \ --disable-dc1394 \ --disable-direct3d \ |