diff options
Diffstat (limited to 'source/x/x11/configure/xf86-video-nv')
-rw-r--r-- | source/x/x11/configure/xf86-video-nv | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/source/x/x11/configure/xf86-video-nv b/source/x/x11/configure/xf86-video-nv index 6e41b488..ae245884 100644 --- a/source/x/x11/configure/xf86-video-nv +++ b/source/x/x11/configure/xf86-video-nv @@ -1,9 +1,11 @@ -xserver_source="/tmp/x11-build/xorg-server-1.6.2" +xserver_source="/tmp/x11-build/xorg-server-1.7.5" -if [ ! -d "$xserver_source" ]; then - echo "$xserver_source does not exist, and you need it." - exit 1 -fi +# Let these just fail to build. In any case, an "exit 1" +# here is just plain wrong. +#if [ ! -d "$xserver_source" ]; then +# echo "$xserver_source does not exist, and you need it." +# exit 1 +#fi CFLAGS="$SLKCFLAGS -I${xserver_source}/hw/xfree86/ramdac" \ CXXFLAGS="$SLKCFLAGS -I${xserver_source}/hw/xfree86/ramdac" \ |