diff options
Diffstat (limited to 'evas')
-rw-r--r-- | evas/evas-native_cvs.oe | 4 | ||||
-rw-r--r-- | evas/evas_cvs.oe | 4 |
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 \ |