diff options
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} \ |