| author | Julien Cristau <jcristau@debian.org> | |
| Mon, 28 Feb 2011 20:46:16 +0000 (21:46 +0100) | ||
| committer | Julien Cristau <jcristau@debian.org> | |
| Mon, 28 Feb 2011 20:46:16 +0000 (21:46 +0100) |
Set the DRI driver search path to "${ORIGIN}/dri", allowing libGL to
find the drivers after being relocated to /usr/lib32 by ia32-libs
(closes: #466790). Thanks to Javier Serrano Polo for the suggestion.
find the drivers after being relocated to /usr/lib32 by ia32-libs
(closes: #466790). Thanks to Javier Serrano Polo for the suggestion.
| debian/changelog | patch | blob | history | |
| debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
mesa (7.10-5) UNRELEASED; urgency=low
+ [ Cyril Brulebois ]
* Revert to r600 classic, r600 gallium doesn't seem ready yet, after all
(Closes: #612609).
+ [ Julien Cristau ]
+ * Set the DRI driver search path to "${ORIGIN}/dri", allowing libGL to find
+ the drivers after being relocated to /usr/lib32 by ia32-libs
+ (closes: #466790). Thanks to Javier Serrano Polo for the suggestion.
+
-- Cyril Brulebois <kibi@debian.org> Thu, 17 Feb 2011 15:43:30 +0100
mesa (7.10-4) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
--- a/debian/rules
+++ b/debian/rules
--with-driver=dri \
--with-dri-drivers="$(DRI_DRIVERS)" \
--with-dri-driverdir=/usr/lib/dri \
+ --with-dri-searchpath='\$$$${ORIGIN}/dri' \
--enable-glx-tls \
$(confflags_DIRECT_RENDERING) \
$(confflags_EGL) \
