diff options
author | Chris Larson <clarson@kergoth.com> | 2003-12-13 01:31:43 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-12-13 01:31:43 +0000 |
commit | bb72fbc2926cc7d16f227b9e34c00c91b5ca4571 (patch) | |
tree | db7ecceeecb3a236a87f0009309d28f38cdd3cb8 /nonworking/evas | |
parent | cebdc67e53f825392de55a623dedb693433638c8 (diff) |
Move evas out of nonworking, now that freetype is in.
BKrev: 3fda6bffpyltAyucEij53sBVFOFivQ
Diffstat (limited to 'nonworking/evas')
-rw-r--r-- | nonworking/evas/evas-1.0.0-pre5/configure.patch | 0 | ||||
-rw-r--r-- | nonworking/evas/evas-1.0.0-pre5/pkg.m4 | 0 | ||||
-rw-r--r-- | nonworking/evas/evas_1.0.0-pre5.oe | 23 |
3 files changed, 0 insertions, 23 deletions
diff --git a/nonworking/evas/evas-1.0.0-pre5/configure.patch b/nonworking/evas/evas-1.0.0-pre5/configure.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/nonworking/evas/evas-1.0.0-pre5/configure.patch +++ /dev/null diff --git a/nonworking/evas/evas-1.0.0-pre5/pkg.m4 b/nonworking/evas/evas-1.0.0-pre5/pkg.m4 deleted file mode 100644 index e69de29bb2..0000000000 --- a/nonworking/evas/evas-1.0.0-pre5/pkg.m4 +++ /dev/null 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 -} |