summaryrefslogtreecommitdiff
path: root/nonworking
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-11-30 02:26:22 +0000
committerChris Larson <clarson@kergoth.com>2003-11-30 02:26:22 +0000
commite9e83232583886db8881345c51ada729966138bf (patch)
tree1cd5a8c53a5e283663a1873246f0aff23a38019a /nonworking
parentffd74681cdcbb7ed936745cb77a031af7cded8d9 (diff)
Merge openembedded@openembedded.bkbits.net:packages
into direwolf.ppp.ti.com:/home/kergoth/coding/projects/user/oe-metadata/packages 2003/11/29 20:25:42-06:00 ti.com!kergoth Depends fixes in evas, x11-cvs, and epeg. BKrev: 3fc9554e5H-aGbQ7R0BkgrHNSqX2Ag
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
+}