summaryrefslogtreecommitdiff
path: root/packages/efl/evas.inc
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-08-10 14:30:52 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-10 14:30:52 +0000
commit1556b699992c606401e4bd5aa4153cda8639b9ad (patch)
tree7ca947184359685d28b5c9d3cd54061eae91bb2c /packages/efl/evas.inc
parent2b5d1388f40cdb30fb9ce69808e6b623a410b67a (diff)
E: misc cleanups and fixes all over to ensure a clean reproducability
Diffstat (limited to 'packages/efl/evas.inc')
-rw-r--r--packages/efl/evas.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/efl/evas.inc b/packages/efl/evas.inc
index 6172fde192..0588d8e28c 100644
--- a/packages/efl/evas.inc
+++ b/packages/efl/evas.inc
@@ -3,14 +3,15 @@ anti-aliased text, smooth super and sub-images, alpha-blend, as well as drop \
down to using normal X11 primitives such as pixmaps, lines and rectangles if \
your CPU or graphics hardware are too slow."
LICENSE = "MIT"
-PROVIDES = "virtual/evas"
DEPENDS = "libpng jpeg edb eet freetype"
inherit efl
SRC_URI = "http://enlightenment.freedesktop.org/files/evas-${PV}.tar.gz \
+ file://fix-configure.patch;patch=1 \
file://pkg.m4"
S = "${WORKDIR}/evas-${PV}"
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/evas"
EXTRA_OECONF = "<override me>"