summaryrefslogtreecommitdiff
path: root/packages/efl1/evas.inc
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-07-21 23:23:57 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-07-21 23:23:57 +0000
commit6cf33c5a7e270f8df619611dd1f0f2ab8d5f595b (patch)
treea634860b9ddbcd8922bc1c1aa62b12c713f8b853 /packages/efl1/evas.inc
parentf2a42448067579648da7512bf759649bed7cb797 (diff)
EFL: move from building snapshots to cvs again. Reasons:
1.) EFL gained a lot of momentum leading to constant changes 2.) Snapshots were just random cvs dates again. Might as well use SRCDATE to pin them down 3.) <censored by NDA>
Diffstat (limited to 'packages/efl1/evas.inc')
-rw-r--r--packages/efl1/evas.inc9
1 files changed, 4 insertions, 5 deletions
diff --git a/packages/efl1/evas.inc b/packages/efl1/evas.inc
index c631b26eb1..6fb6d7f60e 100644
--- a/packages/efl1/evas.inc
+++ b/packages/efl1/evas.inc
@@ -4,15 +4,14 @@ down to using normal X11 primitives such as pixmaps, lines and rectangles if \
your CPU or graphics hardware are too slow."
LICENSE = "MIT"
# can also depend on valgrind (?)
-DEPENDS = "directfb eet freetype jpeg virtual/libx11 libxext"
+DEPENDS = "libsdl-x11 directfb eet freetype jpeg virtual/libx11 libxext"
+PV = "0.9.9+cvs${SRCDATE}"
-inherit efl1
+inherit efl_library
export FREETYPE_CONFIG = "${STAGING_BINDIR_CROSS}/freetype-config"
SRC_URI += "file://fix-configure.patch;patch=1"
-
-S = "${WORKDIR}/evas-${PV}"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/evas"
EXTRA_OECONF = "<override me>"
@@ -25,7 +24,7 @@ python populate_packages_prepend () {
do_split_packages(d, basedir, '^(.*)',
output_pattern = 'evas-' + plugin_type[:-1] + "-%s",
description = 'Evas module %s',
- allow_dirs=True, recursive=False )
+ allow_dirs=True, recursive=False, extra_depends="" )
}
do_install_append() {