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

Jan Steffens heftig at nymeria.archlinux.org
Mon Sep 23 16:46:02 UTC 2013


    Date: Monday, September 23, 2013 @ 18:46:02
  Author: heftig
Revision: 194772

enable kms output; enable wayland compositor support

Modified:
  cogl/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-23 16:32:12 UTC (rev 194771)
+++ PKGBUILD	2013-09-23 16:46:02 UTC (rev 194772)
@@ -3,7 +3,7 @@
 
 pkgname=cogl
 pkgver=1.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
 arch=('i686' 'x86_64')
 url="http://www.clutter-project.org/"
@@ -17,7 +17,9 @@
 build() {
   cd "$pkgname-$pkgver"
   ./configure --prefix=/usr \
-    --enable-wayland-egl-platform --enable-gles{1,2}
+    --enable-gles{1,2} \
+    --enable-{kms,wayland}-egl-platform \
+    --enable-wayland-egl-server
 
   # 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