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

Jan de Groot jgc at archlinux.org
Tue Aug 5 21:33:04 UTC 2008


    Date: Tuesday, August 5, 2008 @ 17:33:04
  Author: jgc
Revision: 8048

upgpkg: libgl 7.1rc3-1
    Symlink libglx.so to enable the xorg extension when libgl is installed (note: though last commit says libglx does not work with libgl, I meant that the extension does not work WITHOUT libgl

Modified:
  libgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-05 21:31:07 UTC (rev 8047)
+++ PKGBUILD	2008-08-05 21:33:04 UTC (rev 8048)
@@ -28,4 +28,6 @@
   make DESTDIR=${pkgdir} install || return 1
   rm -rf ${pkgdir}/usr/include
   rm -rf ${pkgdir}/usr/lib/pkgconfig
+  install -m755 -d ${pkgdir}/usr/lib/xorg/modules/extensions
+  ln -sf libglx.xorg ${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so || return 1
 }




More information about the arch-commits mailing list