Merge openembedded@openembedded.bkbits.net:packages
[vuplus_openembedded] / evas / evas_1.0.0-pre5.oe
1 DEPENDS = "virtual/libc libpng jpeg freetype"
2 DESCRIPTION = "Evas is a hardware-accelerated canvas API \
3 that can draw anti-aliased text, smooth super and sub-sampled \
4 images, alpha-blend, as well as drop down to using normal X11 \
5 primitives such as pixmaps, lines and rectangles for speed \
6 if your CPU or graphics hardware are too slow."
7
8 SRC_URI = "${SOURCEFORGE_MIRROR}/enlightenment/evas-1.0.0_pre5.tar.gz \
9            file://${FILESDIR}/configure.patch;patch=1"
10 S = "${WORKDIR}/evas-1.0.0_pre5"
11
12 inherit autotools libtool
13
14 EXTRA_OECONF = "--enable-fb \
15                 --enable-image-loader-png \
16                 --enable-image-loader-jpeg \
17                 --enable-small-dither-mask \
18                 --enable-cpu-c \
19                 --enable-scale-smooth \
20                 --enable-scale-sample \
21                 --enable-convert-16-rgb-ipq \
22                 --enable-convert-16-rgb-rot-0 \
23                 --enable-convert-16-rgb-rot-270"
24
25 do_configure_prepend () {
26         cp ${FILESDIR}/pkg.m4 acinclude.m4
27 }