summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2017-08-28 15:29:31 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-29 12:23:10 +0100
commitbc2e0b2e9b95707d96c840dade12b00e1450ecc3 (patch)
tree60d3c96a83f5e06b7e5cdad102d46dac716792af /meta/recipes-graphics
parentcd26fc143bbfd948795c2e65a577f89627a4f841 (diff)
downloadpoky-bc2e0b2e9b95707d96c840dade12b00e1450ecc3.tar.gz
libsdl: Move PACKAGECONFIG options from meta-mingw
There is no way to make PACKAGECONFIG options sdkmachine specific using overrides. This causes potential failures when running the Yocto Project compatible script. Moving these to the OpenEmbedded Core recipe will ensure that the options are always applied evenly and avoid any potential problems with the compatible script. (From OE-Core rev: 2454019844c762613a2c78ed7f7f2d30960c0bfd) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/libsdl/libsdl_1.2.15.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
index b0d70a656b..3680ea9d80 100644
--- a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
+++ b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
@@ -54,6 +54,10 @@ PACKAGECONFIG[directfb] = "--enable-video-directfb, --disable-video-directfb, di
54PACKAGECONFIG[opengl] = "--enable-video-opengl, --disable-video-opengl, virtual/libgl libglu" 54PACKAGECONFIG[opengl] = "--enable-video-opengl, --disable-video-opengl, virtual/libgl libglu"
55PACKAGECONFIG[x11] = "--enable-video-x11 --disable-x11-shared, --disable-video-x11, virtual/libx11 libxext libxrandr libxrender" 55PACKAGECONFIG[x11] = "--enable-video-x11 --disable-x11-shared, --disable-video-x11, virtual/libx11 libxext libxrandr libxrender"
56 56
57# The following two options should only enabled with mingw support
58PACKAGECONFIG[stdio-redirect] = "--enable-stdio-redirect,--disable-stdio-redirect"
59PACKAGECONFIG[directx] = "--enable-directx,--disable-directx"
60
57EXTRA_AUTORECONF += "--include=acinclude --exclude=autoheader" 61EXTRA_AUTORECONF += "--include=acinclude --exclude=autoheader"
58 62
59do_configure_prepend() { 63do_configure_prepend() {