summaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-08-25 20:03:40 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-09-17 19:13:53 +0200
commitd9e82a8f9a0bd4f263802cf9005e470fde3a4158 (patch)
treefacb206190a91885d65e5849f7e2707ac1037456 /meta-efl
parent99beb8af34bb4ba1ebf3ff45091bc652dcbdfd5b (diff)
downloadmeta-openembedded-d9e82a8f9a0bd4f263802cf9005e470fde3a4158.tar.gz
expedite: Add PACKAGECONFIG for sdl
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/recipes-efl/efl/expedite.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/expedite.inc b/meta-efl/recipes-efl/efl/expedite.inc
index 89500bfbf..6a83be121 100644
--- a/meta-efl/recipes-efl/efl/expedite.inc
+++ b/meta-efl/recipes-efl/efl/expedite.inc
@@ -7,6 +7,9 @@ INC_PR = "r0"
7 7
8inherit e 8inherit e
9 9
10PACKAGECONFIG ??= ""
11PACKAGECONFIG[sdl] = "--enable-opengl-sdl,--disable-opengl-sdl,libsdl"
12
10EXTRA_OECONF = "\ 13EXTRA_OECONF = "\
11 --x-includes=${STAGING_INCDIR}/X11 \ 14 --x-includes=${STAGING_INCDIR}/X11 \
12 --x-libraries=${STAGING_LIBDIR} \ 15 --x-libraries=${STAGING_LIBDIR} \