From f0f8b256b184c760a944f14a00817765bfa35f80 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 1 Apr 2009 00:33:26 +0200 Subject: [PATCH] fix build of ati driver --- packages/x11/driver/xf86-video-ati/build | 2 +- projects/generic/options | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/x11/driver/xf86-video-ati/build b/packages/x11/driver/xf86-video-ati/build index 7a63c89b37..cb2d24011d 100755 --- a/packages/x11/driver/xf86-video-ati/build +++ b/packages/x11/driver/xf86-video-ati/build @@ -17,4 +17,4 @@ cd $BUILD/$1* make -$STRIP src/-libs/*.so +$STRIP src/.libs/*.so diff --git a/projects/generic/options b/projects/generic/options index a6743f8feb..d92bd831a1 100644 --- a/projects/generic/options +++ b/projects/generic/options @@ -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"