debian/rules |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 0ee1925e861e10e63c3b55568a157c6429f3b449
Author: Steve Langasek <steve.langa...@ubuntu.com>
Date:   Tue Aug 21 15:26:59 2012 -0700

    Meh, add radeonsi to the right driver list

diff --git a/debian/rules b/debian/rules
index c23711c..a75ddbe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -81,10 +81,11 @@ else
     ifeq (,$(filter $(DEB_HOST_ARCH), s390 s390x))
        DRI_DRIVERS += r200 radeon nouveau
     endif
-# Radeonsi needs LLVM, so only build it on the subset of archs where we
-# have LLVM enabled.
     ifneq (,$(filter $(DEB_HOST_ARCH_CPU), amd64 i386))
-       DRI_DRIVERS += i915 i965 radeonsi
+       DRI_DRIVERS += i915 i965
+       # Radeonsi needs LLVM, so only build it on the subset of archs
+       # where we have LLVM enabled.
+       GALLIUM_DRIVERS += radeonsi
     endif
   endif
 


-- 
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/e1t3wue-0006zb...@vasks.debian.org

Reply via email to