summaryrefslogtreecommitdiffstats
path: root/testing/evas
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2012-03-02 11:47:32 +0200
committerTimo Teräs <timo.teras@iki.fi>2012-03-02 11:47:32 +0200
commit4f7684aefc36955249cbb46111e6c2dec2b0db98 (patch)
treefed7f7b5a5dc99ee97f0ea0d1b6468922ac883b8 /testing/evas
parent44b5ab6c6e33513d5b8f6374b01bfd66d6f86b96 (diff)
testing/enlightenment: fix opengl and depend on iconv
Diffstat (limited to 'testing/evas')
-rw-r--r--testing/evas/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/evas/APKBUILD b/testing/evas/APKBUILD
index 8e96d829b04..d200b6c52e9 100644
--- a/testing/evas/APKBUILD
+++ b/testing/evas/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=evas
pkgver=1.1.0
-pkgrel=0
+pkgrel=1
pkgdesc="hardware-accelerated retained canvas API"
url="http://trac.enlightenment.org/e/wiki/Evas"
arch="all"
@@ -31,7 +31,6 @@ build() {
cd "$_builddir"
./configure --prefix=/usr \
--enable-gl-xlib \
- --enable-gl-xcb \
--enable-software-16-x11 \
--enable-pthreads \
--enable-pipe-render \