fix build of ati driver

This commit is contained in:
Stephan Raue 2009-04-01 00:33:26 +02:00
parent 1821eb73fc
commit f0f8b256b1
2 changed files with 2 additions and 2 deletions

View File

@ -17,4 +17,4 @@ cd $BUILD/$1*
make
$STRIP src/-libs/*.so
$STRIP src/.libs/*.so

View File

@ -1,4 +1,4 @@
# X.org drivers to use (all/ati/geode/glint/i740/intel/mga/nv/openchrome/
# radeonhd/s3/s3virge/savage/sis/tdfx/trident/vesa/vmware)
# Space separated list is supported, e.g. XORG_DRIVERS="ati s3"
XORG_DRIVERS="all"
XORG_DRIVERS="ati nv vesa openchrome"