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

Jan Steffens heftig at nymeria.archlinux.org
Mon Sep 23 19:06:13 UTC 2013


    Date: Monday, September 23, 2013 @ 21:06:13
  Author: heftig
Revision: 194834

enable compositor support

Modified:
  clutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-23 18:56:18 UTC (rev 194833)
+++ PKGBUILD	2013-09-23 19:06:13 UTC (rev 194834)
@@ -5,7 +5,7 @@
 
 pkgname=clutter
 pkgver=1.15.96
-pkgrel=1
+pkgrel=2
 pkgdesc="A GObject based library for creating fast, visually rich graphical user interfaces"
 arch=('i686' 'x86_64')
 url="http://clutter-project.org/"
@@ -19,7 +19,8 @@
 build() {
   cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --enable-introspection \
-    --enable-wayland-backend --enable-egl-backend --enable-evdev-input
+    --enable-wayland-backend --enable-egl-backend --enable-evdev-input \
+    --enable-wayland-compositor
 
   # 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