config/options:

- build with xinerama support only if we build nvidia driver
This commit is contained in:
Stephan Raue 2010-03-11 01:28:50 +01:00
parent 5a85218131
commit 624a984d22

View File

@ -81,6 +81,7 @@ get_graphicdrivers() {
if [ $drv = nvidia ]; then
XORG_DRIVERS="$XORG_DRIVERS nvidia"
XINERAMA_SUPPORT="yes"
fi
done