debian/changelog | 9 +++++++++ debian/rules | 6 ++++++ 2 files changed, 15 insertions(+)
New commits: commit 19592243c5830e6e1947c6f753aa6e40d0908da6 Author: Alberto Milone <alberto.mil...@canonical.com> Date: Wed Mar 10 13:32:20 2010 +0100 * debian/rules: pass --with-dri-searchpath=/usr/lib/dri:/usr/lib32/dri to confflags-dri on i386 so that /usr/lib32/dri is used for 32 bit compatibility on 64 bit systems (LP: #248392). diff --git a/debian/changelog b/debian/changelog index 7471eae..2f0457f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +mesa (7.7-4ubuntu2) UNRELEASED; urgency=low + + [Alberto Milone] + * debian/rules: pass --with-dri-searchpath=/usr/lib/dri:/usr/lib32/dri + to confflags-dri on i386 so that /usr/lib32/dri is used for 32 bit + compatibility on 64 bit systems (LP: #248392). + + -- Alberto Milone <alberto.mil...@canonical.com> Wed, 10 Mar 2010 13:26:38 +0100 + mesa (7.7-4ubuntu1) lucid; urgency=low [Timo Aaltonen] diff --git a/debian/rules b/debian/rules index 5ffef65..f661e9d 100755 --- a/debian/rules +++ b/debian/rules @@ -93,6 +93,12 @@ confflags-dri = \ $(DIRECT_RENDERING) \ $(confflags-common) +# Add /usr/lib32/dri/ on 32 bit systems so that this path is used +# for 32 bit compatibility on 64 bit systems +ifeq ($(DEB_BUILD_ARCH),i386) + confflags-dri += --with-dri-searchpath=/usr/lib/dri:/usr/lib32/dri +endif + confflags-osmesa = \ --with-driver=osmesa \ --with-demos= \ -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1npl7a-00063m...@alioth.debian.org