diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-25 20:03:40 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-17 19:13:53 +0200 |
commit | d9e82a8f9a0bd4f263802cf9005e470fde3a4158 (patch) | |
tree | facb206190a91885d65e5849f7e2707ac1037456 /meta-efl/recipes-efl | |
parent | 99beb8af34bb4ba1ebf3ff45091bc652dcbdfd5b (diff) | |
download | meta-openembedded-d9e82a8f9a0bd4f263802cf9005e470fde3a4158.tar.gz |
expedite: Add PACKAGECONFIG for sdl
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl')
-rw-r--r-- | meta-efl/recipes-efl/efl/expedite.inc | 3 |
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 | ||
8 | inherit e | 8 | inherit e |
9 | 9 | ||
10 | PACKAGECONFIG ??= "" | ||
11 | PACKAGECONFIG[sdl] = "--enable-opengl-sdl,--disable-opengl-sdl,libsdl" | ||
12 | |||
10 | EXTRA_OECONF = "\ | 13 | EXTRA_OECONF = "\ |
11 | --x-includes=${STAGING_INCDIR}/X11 \ | 14 | --x-includes=${STAGING_INCDIR}/X11 \ |
12 | --x-libraries=${STAGING_LIBDIR} \ | 15 | --x-libraries=${STAGING_LIBDIR} \ |