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

Jan Steffens heftig at nymeria.archlinux.org
Mon Jul 15 19:38:30 UTC 2013


    Date: Monday, July 15, 2013 @ 21:38:30
  Author: heftig
Revision: 190109

strip wayland support again. wayland 1.2 broke it

Modified:
  cogl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-15 18:22:20 UTC (rev 190108)
+++ PKGBUILD	2013-07-15 19:38:30 UTC (rev 190109)
@@ -3,7 +3,7 @@
 
 pkgname=cogl
 pkgver=1.14.0
-pkgrel=3
+pkgrel=4
 pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
 arch=('i686' 'x86_64')
 url="http://www.clutter-project.org/"
@@ -16,8 +16,7 @@
 
 build() {
   cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-    --enable-wayland-egl-{platform,server} --enable-gles{1,2}
+  ./configure --prefix=/usr
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool




More information about the arch-commits mailing list