Hi all:
From version 1.1 of font-util the default parent directories for font
modules is
${XORG_PREFIX}/share/fonts/X11
and not
${XORG_PREFIX}/lib/X11/fonts
IMHO, the symlinks creation paragraph in Xorg Fonts BLFS book page must be:
install -v -d -m755 /usr/share/fonts &&
ln -svn $XORG_PREFIX/share/fonts/X11/OTF /usr/share/fonts/X11-OTF &&
ln -svn $XORG_PREFIX/share/fonts/X11/fonts/TTF /usr/share/fonts/X11-TTF
In the same way, the paragraph for configuration of Xorg Server must be:
./configure $XORG_CONFIG \
--with-module-dir=$XORG_PREFIX/lib/X11/modules \
--with-xkb-output=/var/lib/xkb \
--with-fontdir=$XORG_PREFIX/share/fonts/X11 \
--enable-install-setuid &&
make
because xorg-server-1.7.1 uses the old font root dir yet.
Regards.
J.C.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page