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

Jan Steffens heftig at nymeria.archlinux.org
Mon Jul 15 19:50:59 UTC 2013


    Date: Monday, July 15, 2013 @ 21:50:59
  Author: heftig
Revision: 190111

strip compositor support, broke with wayland 1.2

Modified:
  clutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-15 19:45:46 UTC (rev 190110)
+++ PKGBUILD	2013-07-15 19:50:59 UTC (rev 190111)
@@ -5,7 +5,7 @@
 
 pkgname=clutter
 pkgver=1.14.4
-pkgrel=2
+pkgrel=3
 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,7 @@
 build() {
   cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --enable-introspection \
-    --enable-wayland-{backend,compositor} --enable-egl-backend --enable-evdev-input
+    --enable-wayland-backend --enable-egl-backend --enable-evdev-input
 
   # 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