diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2004-04-29 12:23:39 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2004-04-29 12:23:39 +0000 |
commit | 74d563cdfbfb07cc666d60dc909e90ddb9949cbb (patch) | |
tree | 8f1f7b77465c03c9dcb6a4ae3937b278dc275bc0 /configs | |
parent | c35dcfcf0adb335a28fdb1503447655dbb809927 (diff) |
Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-dri | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index 1fa60eb0933..70c71e58126 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 + |