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

Jan de Groot jgc at archlinux.org
Mon Jul 12 18:32:12 UTC 2010


    Date: Monday, July 12, 2010 @ 14:32:12
  Author: jgc
Revision: 85391

add dependency on glproto, fixes build of clutter

Modified:
  mesa/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-12 18:08:42 UTC (rev 85390)
+++ PKGBUILD	2010-07-12 18:32:12 UTC (rev 85391)
@@ -62,7 +62,7 @@
 }
 
 package_mesa() {
-  depends=('libgl' 'libx11>=1.3.3' 'libxt>=1.0.8' 'gcc-libs>=4.5' 'dri2proto=2.3' 'libdrm>=2.4.20')
+  depends=('libgl' 'libx11>=1.3.3' 'libxt>=1.0.8' 'gcc-libs>=4.5' 'dri2proto=2.3' 'libdrm>=2.4.20' 'glproto>=1.4.11')
   pkgdesc="Mesa 3-D graphics libraries and include files"
 
   cd "${srcdir}/Mesa-${pkgver}" || return 1




More information about the arch-commits mailing list