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

Jan Steffens heftig at nymeria.archlinux.org
Sat Apr 20 14:24:27 UTC 2013


    Date: Saturday, April 20, 2013 @ 16:24:27
  Author: heftig
Revision: 183272

enable wayland, egl, and evdev

Modified:
  clutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-20 14:19:01 UTC (rev 183271)
+++ PKGBUILD	2013-04-20 14:24:27 UTC (rev 183272)
@@ -5,20 +5,21 @@
 
 pkgname=clutter
 pkgver=1.14.2
-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/"
 options=('!libtool')
 license=('LGPL')
-depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
+depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon')
 makedepends=('gobject-introspection')
 source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('b2bdf7090f7ba34a69e07a58d43ff8088c81d6dbb56677ae4b103b6cba1920a8')
 
 build() {
   cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --enable-introspection
+  ./configure --prefix=/usr --enable-introspection \
+    --enable-wayland-{backend,compositor} --enable-egl-backend --enable-evdev-input
   make
 }
 




More information about the arch-commits mailing list