summaryrefslogtreecommitdiff
path: root/nonworking
diff options
context:
space:
mode:
Diffstat (limited to 'nonworking')
-rw-r--r--nonworking/evas/evas_1.0.0-pre5.oe23
1 files changed, 23 insertions, 0 deletions
diff --git a/nonworking/evas/evas_1.0.0-pre5.oe b/nonworking/evas/evas_1.0.0-pre5.oe
index e69de29bb2..0c7f51374e 100644
--- a/nonworking/evas/evas_1.0.0-pre5.oe
+++ b/nonworking/evas/evas_1.0.0-pre5.oe
@@ -0,0 +1,23 @@
+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
+}