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

Jan de Groot jgc at archlinux.org
Fri Sep 11 22:22:17 UTC 2009


    Date: Friday, September 11, 2009 @ 18:22:16
  Author: jgc
Revision: 51814

Add mesa to dependencies, the pkgconfig files reference it. Remove unknown options from configure

Modified:
  clutter/gnome-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-11 22:13:30 UTC (rev 51813)
+++ PKGBUILD	2009-09-11 22:22:16 UTC (rev 51814)
@@ -11,14 +11,13 @@
 url="http://clutter-project.org/"
 options=('!libtool')
 license=('LGPL')
-depends=('gtk2>=2.17.11' 'libgl')
-makedepends=('mesa>=7.5.1')
+depends=('gtk2>=2.17.11' 'mesa>=7.5.1')
 source=(http://www.clutter-project.org/sources/clutter/1.0/clutter-${pkgver}.tar.bz2)
 md5sums=('eb1a3db895d914dc29caadd15bc1f5e0')
 
 build() {
   cd "${srcdir}/clutter-${pkgver}"
-  ./configure --prefix=/usr --enable-python --enable-gtk || return 1
+  ./configure --prefix=/usr || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list