[arch-commits] Commit in cogl/trunk (PKGBUILD)

Jan Steffens heftig at nymeria.archlinux.org
Sat Apr 20 14:19:01 UTC 2013


    Date: Saturday, April 20, 2013 @ 16:19:01
  Author: heftig
Revision: 183271

enable wayland and gles

Modified:
  cogl/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-20 07:18:02 UTC (rev 183270)
+++ PKGBUILD	2013-04-20 14:19:01 UTC (rev 183271)
@@ -3,7 +3,7 @@
 
 pkgname=cogl
 pkgver=1.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
 arch=('i686' 'x86_64')
 url="http://www.clutter-project.org/"
@@ -16,7 +16,8 @@
 
 build() {
   cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr \
+    --enable-wayland-egl-{platform,server} --enable-gles{1,2}
   make
 }
 




More information about the arch-commits mailing list