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

Laurent Carlier lcarlier at archlinux.org
Sun Oct 26 08:11:42 UTC 2014


    Date: Sunday, October 26, 2014 @ 09:11:42
  Author: lcarlier
Revision: 225359

add missing libgl in xfvb

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-26 06:44:09 UTC (rev 225358)
+++ PKGBUILD	2014-10-26 08:11:42 UTC (rev 225359)
@@ -153,7 +153,7 @@
 
 package_xorg-server-xvfb() {
   pkgdesc="Virtual framebuffer X server"
-  depends=(libxfont libxdmcp libxau libgcrypt pixman xorg-server-common xorg-xauth)
+  depends=(libxfont libxdmcp libxau libgcrypt pixman xorg-server-common xorg-xauth libgl)
 
   cd "${pkgbase}-${pkgver}/hw/vfb"
   make DESTDIR="${pkgdir}" install



More information about the arch-commits mailing list