From e8e99916b2625ab86b4a65bca407ef4dbbb097dd Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Tue, 31 May 2011 16:28:21 +0200 Subject: Ship r600g again, it should be more usable now. --- debian/changelog | 1 + debian/libgl1-mesa-dri.install.linux | 1 + debian/rules | 2 -- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2cc074ee7bf..f264e26cd2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ mesa (7.10.2-3) UNRELEASED; urgency=low * Merge upstream 7.10 branch up to eaadbacb5c. + * Ship r600g again, it should be more usable now. -- Cyril Brulebois Tue, 31 May 2011 16:25:11 +0200 diff --git a/debian/libgl1-mesa-dri.install.linux b/debian/libgl1-mesa-dri.install.linux index d724d6da4d7..1b1e4de0ab1 100644 --- a/debian/libgl1-mesa-dri.install.linux +++ b/debian/libgl1-mesa-dri.install.linux @@ -3,3 +3,4 @@ build/dri/lib/*_dri.so usr/lib/dri # This part is Linux-specific: build/dri/lib/gallium/r300_dri.so usr/lib/dri +build/dri/lib/gallium/r600_dri.so usr/lib/dri diff --git a/debian/rules b/debian/rules index 29760e33056..818992ec0d5 100755 --- a/debian/rules +++ b/debian/rules @@ -207,8 +207,6 @@ build-stamp: $(BUILD_STAMPS) # Remove gallium drivers which replace existing classic drivers. # Intel gallium is significantly behind the classic mesa drivers... rm -f build/dri/lib/gallium/i915_dri.so -# r600g is not yet in a fit state to ship - rm -f build/dri/lib/gallium/r600_dri.so >$@ $(STAMP)-build-%: configure -- cgit v1.2.3