diff options
Diffstat (limited to 'meta-efl/recipes-efl/efl/expedite.inc')
-rw-r--r-- | meta-efl/recipes-efl/efl/expedite.inc | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-efl/recipes-efl/efl/expedite.inc b/meta-efl/recipes-efl/efl/expedite.inc deleted file mode 100644 index 60e85974c..000000000 --- a/meta-efl/recipes-efl/efl/expedite.inc +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | DESCRIPTION = "Expedite is a comprehensive benchmarking suite for Evas" | ||
2 | DEPENDS = "eet evas libsdl" | ||
3 | LICENSE = "MIT & BSD" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d70bc65d46237e4ef386beebe7d0fe5b" | ||
5 | |||
6 | INC_PR = "r0" | ||
7 | |||
8 | inherit e | ||
9 | |||
10 | EXTRA_OECONF = "\ | ||
11 | --x-includes=${STAGING_INCDIR}/X11 \ | ||
12 | --x-libraries=${STAGING_LIBDIR} \ | ||
13 | --enable-simple-x11 \ | ||
14 | \ | ||
15 | --enable-software-x11 \ | ||
16 | --enable-xrender-x11 \ | ||
17 | --enable-software-16-x11 \ | ||
18 | --enable-opengl-x11 \ | ||
19 | --enable-fb \ | ||
20 | --disable-software-ddraw \ | ||
21 | --disable-direct3d \ | ||
22 | " | ||
23 | |||
24 | FILES_${PN} += "${datadir}" | ||
25 | RDEPENDS_${PN} = "expedite-themes evas-engine-fb evas-engine-software-generic evas-engine-software-x11 evas-engine-gl-x11 evas-loader-png" | ||