DJ Lucas wrote:
> ./configure $XORG_CONFIG --enable-config-dbus \
>                          --with-mesa-source=/sources/Xorg-7.4/Mesa-7.2 \
>                          --with-xkb-output=/var/lib/xkb \
>                          --enable-install-setuid &&
>
>   
Oops...had to change that to this or xorg wouldn't find the drivers:

./configure $XORG_CONFIG --enable-config-dbus \
                         --with-mesa-source=/sources/Xorg-7.4/Mesa-7.2 \
                         --with-xkb-output=/var/lib/xkb \
                         --enable-install-setuid \
                         --with-dri-driver-path=$XORG_PREFIX/lib/dri  \
                         --with-module-dir=$XORG_PREFIX/lib/X11/modules &&

The DRI driver path is probably redundant.  I was in a hurry.  Going 
back to check after the Mesa changes, but the module-dir is necessary 
(without changing other instructions).

-- DJ Lucas

-- 
This message has been scanned for viruses and
dangerous content, and is believed to be clean.

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to