summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/expedite.inc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-08-10 15:46:32 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-08-11 11:00:41 +0200
commit737b59926588b99000c91631960093cbb08ac704 (patch)
treef21442a0a7765ab32b89322d39887cf6c081c900 /meta-efl/recipes-efl/efl/expedite.inc
parent7514ff3c9379562477e7046a5ed25fabcf142651 (diff)
downloadast2050-yocto-openembedded-737b59926588b99000c91631960093cbb08ac704.zip
ast2050-yocto-openembedded-737b59926588b99000c91631960093cbb08ac704.tar.gz
efl, expedite: explicitly add some packages, add libsdl dependency
* expedite has runtime dependency on them and insane_qa check doesn't see them as provided by evas dependency and shows following warnings: expedite-1.7.9: expedite rdepends on evas-engine-software-generic, but it isn't a build dependency? [build-deps] expedite-1.7.9: expedite rdepends on evas-engine-fb, but it isn't a build dependency? [build-deps] expedite-1.7.9: expedite rdepends on evas-loader-png, but it isn't a build dependency? [build-deps] * always use libsdl dependency instead of PACKAGECONFIG, because there is also software-sdl engine, which isn't controlled by any configure option Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl/expedite.inc')
-rw-r--r--meta-efl/recipes-efl/efl/expedite.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-efl/recipes-efl/efl/expedite.inc b/meta-efl/recipes-efl/efl/expedite.inc
index 0a1f725..30ba063 100644
--- a/meta-efl/recipes-efl/efl/expedite.inc
+++ b/meta-efl/recipes-efl/efl/expedite.inc
@@ -1,5 +1,5 @@
DESCRIPTION = "Expedite is a comprehensive benchmarking suite for Evas"
-DEPENDS = "eet evas"
+DEPENDS = "eet evas libsdl"
LICENSE = "MIT BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=d70bc65d46237e4ef386beebe7d0fe5b"
@@ -7,9 +7,6 @@ INC_PR = "r0"
inherit e
-PACKAGECONFIG ??= ""
-PACKAGECONFIG[sdl] = "--enable-opengl-sdl,--disable-opengl-sdl,libsdl"
-
EXTRA_OECONF = "\
--x-includes=${STAGING_INCDIR}/X11 \
--x-libraries=${STAGING_LIBDIR} \
OpenPOWER on IntegriCloud