From: Chris Larson Date: Sat, 13 Dec 2003 01:31:43 +0000 (+0000) Subject: Move evas out of nonworking, now that freetype is in. X-Git-Tag: Release-2010-05/1~20503 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb72fbc2926cc7d16f227b9e34c00c91b5ca4571;p=openembedded.git Move evas out of nonworking, now that freetype is in. BKrev: 3fda6bffpyltAyucEij53sBVFOFivQ --- diff --git a/nonworking/evas/evas-1.0.0-pre5/configure.patch b/evas/evas-1.0.0-pre5/configure.patch similarity index 100% rename from nonworking/evas/evas-1.0.0-pre5/configure.patch rename to evas/evas-1.0.0-pre5/configure.patch diff --git a/nonworking/evas/evas-1.0.0-pre5/pkg.m4 b/evas/evas-1.0.0-pre5/pkg.m4 similarity index 100% rename from nonworking/evas/evas-1.0.0-pre5/pkg.m4 rename to evas/evas-1.0.0-pre5/pkg.m4 diff --git a/evas/evas_1.0.0-pre5.oe b/evas/evas_1.0.0-pre5.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/nonworking/evas/evas_1.0.0-pre5.oe b/nonworking/evas/evas_1.0.0-pre5.oe deleted file mode 100644 index 0c7f51374e..0000000000 --- a/nonworking/evas/evas_1.0.0-pre5.oe +++ /dev/null @@ -1,23 +0,0 @@ -DEPENDS = virtual/libc libpng jpeg freetype -RDEPENDS = libc6 jpeg libpng freetype - -SRC_URI = ${SOURCEFORGE_MIRROR}/enlightenment/evas-1.0.0_pre5.tar.gz \ - file://${FILESDIR}/configure.patch;patch=1 -S = ${WORKDIR}/evas-1.0.0_pre5 - -inherit autotools libtool - -EXTRA_OECONF = '--enable-fb \ - --enable-image-loader-png \ - --enable-image-loader-jpeg \ - --enable-small-dither-mask \ - --enable-cpu-c \ - --enable-scale-smooth \ - --enable-scale-sample \ - --enable-convert-16-rgb-ipq \ - --enable-convert-16-rgb-rot-0 \ - --enable-convert-16-rgb-rot-270' - -do_configure_prepend () { - cp ${FILESDIR}/pkg.m4 acinclude.m4 -}