X Strike Force X.Org X11 SVN commit: r3822 - branches/experimental/mesa/configs
Author: beatle
Date: 2006-10-15 12:17:53 -0400 (Sun, 15 Oct 2006)
New Revision: 3822
Modified:
branches/experimental/mesa/configs/debian-dri-default
Log:
Only build the i810, i915, i965, sis and unichrome DRI drivers on i386 and
amd64.
Only build the ffb DRI driver on sparc.
Modified: branches/experimental/mesa/configs/debian-dri-default
===================================================================
--- branches/experimental/mesa/configs/debian-dri-default 2006-10-15 14:41:12 UTC (rev 3821)
+++ branches/experimental/mesa/configs/debian-dri-default 2006-10-15 16:17:53 UTC (rev 3822)
@@ -10,5 +10,17 @@
override DRI_DRIVER_INSTALL_DIR = $(INSTALL_DIR)/lib/dri
override DRI_DRIVER_SEARCH_DIR = /usr/lib/dri
+override DRI_DIRS = mach64 mga r128 r200 r300 radeon s3v savage tdfx trident
+
+ARCH_X86 = i386 amd64
+
+ifneq ($(findstring $(DEB_BUILD_ARCH), $(ARCH_X86)),)
+ override DRI_DIRS += i810 i915 i965 sis unichrome
+endif
+
+ifeq ($(DEB_BUILD_ARCH), sparc)
+ override DRI_DIRS += ffb
+endif
+
# vim: ft=make
Reply to: