[arch-commits] Commit in clutter/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Thu Sep 1 21:14:45 UTC 2011
Date: Thursday, September 1, 2011 @ 17:14:45
Author: ibiru
Revision: 136820
mesa is needed
pkg-config --cflags clutter-1.0
Package gl was not found in the pkg-config search path.
Perhaps you should add the directory containing gl.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gl', required by 'Clutter', not found
Modified:
clutter/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-01 20:47:38 UTC (rev 136819)
+++ PKGBUILD 2011-09-01 21:14:45 UTC (rev 136820)
@@ -5,13 +5,13 @@
pkgname=clutter
pkgver=1.7.12
-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>=1.7.6' 'libgl' 'json-glib' 'atk' 'libxi')
+depends=('cogl>=1.7.6' 'mesa' 'json-glib' 'atk' 'libxi')
makedepends=('gobject-introspection' 'mesa')
source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
sha256sums=('b145cb02b1682fd9a4fb5af38d7baee94d3841e84a5ad960ecc2fead96b3ac7a')
More information about the arch-commits
mailing list