diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2004-04-14 12:44:07 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2004-04-14 12:44:07 +0000 |
commit | e61df587295e585a3643b523c499d6594962f76a (patch) | |
tree | b67db1199d047e1b35ebf3519ea5679cc635f747 /configs/linux-solo | |
parent | 680ec7f85158eae58fd5ab56da8c66a645883cb0 (diff) |
First attempt at building a dri module in this tree
-- make target is linux-dri
-- will attempt to build i830_dri.so
The object builds but hasn't been tested.
Diffstat (limited to 'configs/linux-solo')
-rw-r--r-- | configs/linux-solo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/linux-solo b/configs/linux-solo index 3870e27f64..841f8f7e53 100644 --- a/configs/linux-solo +++ b/configs/linux-solo @@ -26,3 +26,5 @@ APP_LIB_DEPS = -L$(LIB_DIR) -lglut -lGLU -lGL -lm -lpthread SRC_DIRS = mesa glx glu glw glut/mini DRIVER_DIRS = dri PROGRAM_DIRS = miniglx + +DRI_DIRS = fb gamma i810 i830 mach64 mga r128 r200 radeon sis tdfx |