From af55d81e154c5013ca442f978cc28242cbf7c299 Mon Sep 17 00:00:00 2001 From: Krejzi Date: Tue, 14 Aug 2012 13:21:32 +0000 Subject: [PATCH] Changed MesaLib patch to link against libglapi and made it not run install -c on the DESTDIR/usr/bin if the directory is already present. Also refreshed glxinfo and glxgears source files with newer ones from upstream git. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10510 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- x/installing/mesalib.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/installing/mesalib.xml b/x/installing/mesalib.xml index 9678245e3f..e02c706a25 100644 --- a/x/installing/mesalib.xml +++ b/x/installing/mesalib.xml @@ -79,7 +79,7 @@ Recommended patch: - + (Needed if testing the Xorg installation per BLFS instructions) @@ -134,7 +134,7 @@ sed 's@FLAGS=\"-g@FLAGS=\"@' -i configure && -patch -Np1 -i ../MesaLib-&mesalib-version;-add_xdemos-2.patch && +patch -Np1 -i ../MesaLib-&mesalib-version;-add_xdemos-3.patch && patch -Np1 -i ../MesaLib-&mesalib-version;-llvm-3.1-fixes-1.patch && ./configure --prefix=$XORG_PREFIX \ --enable-texture-float \