summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/expedite.inc
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:04 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:04 +0200
commit1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch)
tree0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-efl/recipes-efl/efl/expedite.inc
downloadmeta-openembedded-1b8dfe266937a37a4c642f96ceb2347bf4c00a17.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl/expedite.inc')
-rw-r--r--meta-efl/recipes-efl/efl/expedite.inc31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/expedite.inc b/meta-efl/recipes-efl/efl/expedite.inc
new file mode 100644
index 000000000..6a83be121
--- /dev/null
+++ b/meta-efl/recipes-efl/efl/expedite.inc
@@ -0,0 +1,31 @@
1DESCRIPTION = "Expedite is a comprehensive benchmarking suite for Evas"
2DEPENDS = "eet evas"
3LICENSE = "MIT BSD"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d70bc65d46237e4ef386beebe7d0fe5b"
5
6INC_PR = "r0"
7
8inherit e
9
10PACKAGECONFIG ??= ""
11PACKAGECONFIG[sdl] = "--enable-opengl-sdl,--disable-opengl-sdl,libsdl"
12
13EXTRA_OECONF = "\
14 --x-includes=${STAGING_INCDIR}/X11 \
15 --x-libraries=${STAGING_LIBDIR} \
16 --enable-simple-x11 \
17\
18 --disable-opengl-glew \
19 --enable-software-x11 \
20 --enable-xrender-x11 \
21 --enable-software-16-x11 \
22 --enable-opengl-x11 \
23 --enable-fb \
24 --disable-software-ddraw \
25 --disable-software-16-ddraw \
26 --disable-direct3d \
27 --disable-software-sdl \
28"
29
30FILES_${PN} += "${datadir}"
31RDEPENDS_${PN} = "expedite-themes evas-engine-fb evas-engine-software-generic evas-engine-software-x11 evas-engine-gl-x11 evas-loader-png"