Remove custom nouveau driver options
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 27 Dec 2014 03:40:06 +0000 (22:40 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sun, 28 Dec 2014 19:55:37 +0000 (14:55 -0500)
stage4/hv-install-1
stage4/packages-update

index 2caf5c4..f555a21 100755 (executable)
@@ -90,10 +90,6 @@ ipkg -m acnb ${MTDEV} "--disable-static"
 
 install_xorg_modules ${XORG_DRIVER} --with-xorg-module-dir=/usr/lib/X11/modules
 
-if [ "x${XORG_VIDEO_DRIVER}" = "xnouveau" ]; then
-    ipkg ${XORG_VIDEO_NOUVEAU} ${XORG_CONFIG} --with-xorg-module-dir=/usr/lib/X11/modules
-fi
-
 ipkg_xorg ${XDM}
 
 rscr once "Configuring X.org" configure-xorg
index 733632f..2f744bf 100755 (executable)
@@ -56,9 +56,6 @@ fpkg -m fd -s "releases/dbus" ${DBUS}
 fpkg -m gnome ${GOBJECT_INSTROSPECTION}
 fpkg -m fd -o "dbus" -s "releases/dbus-glib" ${DBUS_GLIB}
 
-if [ "x${XORG_VIDEO_DRIVER}" = "xnouveau" ]; then
-    fpkg ${XORG_VIDEO_NOUVEAU} "http://anduin.linuxfromscratch.org/sources/BLFS/svn/Xorg"
-fi
 fpkg -m xorg -s xserver ${XORG_SERVER}
 fpkg -m xorg -s app ${XDM}
 fpkg ${MTDEV} "http://bitmath.org/code/mtdev"