summaryrefslogtreecommitdiff
path: root/configs/linux-dri
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2004-04-29 12:23:39 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2004-04-29 12:23:39 +0000
commit74d563cdfbfb07cc666d60dc909e90ddb9949cbb (patch)
tree8f1f7b77465c03c9dcb6a4ae3937b278dc275bc0 /configs/linux-dri
parentc35dcfcf0adb335a28fdb1503447655dbb809927 (diff)
Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.
Diffstat (limited to 'configs/linux-dri')
-rw-r--r--configs/linux-dri10
1 files changed, 8 insertions, 2 deletions
diff --git a/configs/linux-dri b/configs/linux-dri
index 1fa60eb093..70c71e5812 100644
--- a/configs/linux-dri
+++ b/configs/linux-dri
@@ -30,5 +30,11 @@ DRIVER_DIRS = dri
PROGRAM_DIRS =
WINDOW_SYSTEM=dri
-#DRI_DIRS = dri_client gamma i810 i830 mach64 mga r128 r200 radeon sis tdfx
-DRI_DIRS = dri_client i830
+# This kindof sucks - we only need the header files from here:
+#
+DRM_SOURCE_PATH=/home/progs/drm
+
+# Only savage missing:
+#
+DRI_DIRS = dri_client ffb gamma i810 i830 mach64 mga r128 r200 radeon sis tdfx unichrome
+