aboutsummaryrefslogtreecommitdiffstats
path: root/evas
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-10-23 11:11:15 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-10-23 11:11:15 +0000
commit9f9419b37cfc0f3568d918e924dc3dae9688f2e4 (patch)
tree33c5b91c412480a719e9a6af71d30bd8ad9437f9 /evas
parente3ef36ad6e2826c9ffe9631c4c82a68689715659 (diff)
downloadopenembedded-9f9419b37cfc0f3568d918e924dc3dae9688f2e4.tar.gz
fix ewl compilage and fix a couple of SECTIONs belonging to E stuff
BKrev: 417a3c53Jtq69I9EORUfSte_c4uZdw
Diffstat (limited to 'evas')
-rw-r--r--evas/evas-native_cvs.oe4
-rw-r--r--evas/evas_cvs.oe4
2 files changed, 5 insertions, 3 deletions
diff --git a/evas/evas-native_cvs.oe b/evas/evas-native_cvs.oe
index 3a0cb8300d..2b61db3273 100644
--- a/evas/evas-native_cvs.oe
+++ b/evas/evas-native_cvs.oe
@@ -1,4 +1,4 @@
-SECTION = "x11/libs"
+DESCRIPTION = "The Enlightenment Canvas Library"
include evas_${PV}.oe
inherit native
DEPENDS = "freetype-native"
@@ -14,3 +14,5 @@ do_stage () {
done
oe_libinstall -C src/lib libevas ${STAGING_LIBDIR}/
}
+
+#FIXME: Conflicts with zlib-devel on the build machine. Remove it and it builds.
diff --git a/evas/evas_cvs.oe b/evas/evas_cvs.oe
index 9e0314731f..71eba68ab9 100644
--- a/evas/evas_cvs.oe
+++ b/evas/evas_cvs.oe
@@ -3,11 +3,11 @@ 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."
HOMEPAGE = "http://www.enlightenment.org"
-SECTION = "libs"
+SECTION = "e/libs"
PRIORITY = "optional"
DEPENDS = "libpng jpeg edb eet freetype"
PV = "${CVSDATE}"
-PR = "r2"
+PR = "r3"
SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/evas \
file://flags.patch;patch=1 \