summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Newgard2014-03-18 10:30:22 -0500
committerDoug Newgard2014-03-18 10:30:22 -0500
commit9839bbe1d40cdf82136a970ae5d1a3536734e3ba (patch)
treeb2fb82e03bf54121415293a9b323d94b5974096b /PKGBUILD
parent2da4f292ab9e920c8894a8b389100efcbbe5a265 (diff)
downloadaur-9839bbe1d40cdf82136a970ae5d1a3536734e3ba.tar.gz
Add drm engine
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22cf1e4b5cb8..11149c135eab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=efl
pkgname=$_pkgname-git
-pkgver=1.9.99.24849.2ab6aac
+pkgver=1.9.99.25005.7fd1ffc
pkgrel=1
pkgdesc="Enlightenment Foundation Libraries - Development version (Ecore, Eldbus, Edje, Eet, Eeze, Efreet, Eina, Eio, Embryo, Emotion, Eo, Ephysics, Ethumb, & Evas)"
arch=('i686' 'x86_64')
@@ -48,7 +48,9 @@ build() {
--prefix=/usr \
--with-tests=none \
--with-opengl=full \
+ --disable-egl \
--enable-wayland \
+ --enable-drm \
--enable-fb \
--disable-tslib \
--enable-image-loader-webp \