From 12bc2eaddf27137e0956d40763e51747036d575b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 22 Sep 2009 07:04:37 +0200 Subject: [PATCH] project/intel: - dont build radeon drivers --- projects/intel/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/intel/options b/projects/intel/options index 56770ac97d..5498cc765d 100644 --- a/projects/intel/options +++ b/projects/intel/options @@ -23,7 +23,7 @@ # DRI drivers to use (i915, i965, radeon) # Comma separated list is supported, e.g. DRIDRIVERS="i915,i965,radeon,swrast" - DRIDRIVERS="radeon,i965" + DRIDRIVERS="i965" # MESA to use (Mesa / Mesa-master) MESA=Mesa-master