[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

mesa: Changes to 'debian-experimental'



 debian/rules |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 7d41f37dfef5a5fec275902590daf25b718eb608
Author: Steve Langasek <steve.langasek@ubuntu.com>
Date:   Tue Aug 21 15:01:19 2012 -0700

    The radeonsi driver requires gallium llvm, so only build it on amd64 and i386
    where we have llvm enabled.

diff --git a/debian/rules b/debian/rules
index 2473750..c23711c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,7 +71,8 @@ else
 
   ifeq ($(DEB_HOST_ARCH_OS), linux)
 # Gallium drivers require libdrm-{nouveau,radeon}, only available on Linux
-	GALLIUM_DRIVERS += nouveau r600 r300 radeonsi svga
+	GALLIUM_DRIVERS += nouveau r600 r300 svga
+#
 # Although the KMS egl drivers will probably build on kfreebsd & hurd
 # only linux actually has KMS drivers implemented at this point.
 	EGL_DISPLAYS += drm
@@ -80,8 +81,10 @@ 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
+	DRI_DRIVERS += i915 i965 radeonsi
     endif
   endif
 


Reply to: