Skip to content
Snippets Groups Projects
Commit 1f471355 authored by Brice Goglin's avatar Brice Goglin
Browse files

Build r600_dri.so

parent ac180fa6
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ mesa (7.6.1~rc2-2) UNRELEASED; urgency=low
* Update debian/rules and add 07_sparc64_xform_asm.patch to
fix sparc64 FTBFS, thanks Aurelien Jarno, closes: #560403.
* Build r600 DRI driver.
-- Brice Goglin <bgoglin@debian.org> Fri, 11 Dec 2009 07:51:52 +0100
......
......@@ -69,7 +69,7 @@ else
ifeq ($(DEB_HOST_ARCH), lpia)
DRI_DRIVERS += i915 i965
else ifneq ($(DEB_HOST_ARCH), s390)
DRI_DRIVERS += mach64 mga r128 r200 r300 radeon s3v savage tdfx trident
DRI_DRIVERS += mach64 mga r128 r200 r300 r600 radeon s3v savage tdfx trident
ifeq ($(DEB_HOST_GNU_CPU), i486)
DRI_DRIVERS += i810 i915 i965 sis unichrome
else ifeq ($(DEB_HOST_GNU_CPU), x86_64)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment