xserver_xorg-server: fix fontrootdir configuration
The --with-fontdir switch has been substituted by the --with-fontrootdir switch a few versions ago. The use of the old configuration switch was causing error messages like the following: _FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/*/ [dix] Could not init font path element ${prefix}/share/fonts/X11/*/, removing from list! Signed-off-by: Filippo Sironi <filippo.sironi@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
34aa3f2354
commit
3d6199ca89
@ -59,7 +59,7 @@ XSERVER_XORG_SERVER_CONF_OPT = --disable-config-hal \
|
||||
--disable-xnest --disable-xephyr --disable-dmx \
|
||||
--with-builder-addr=buildroot@buildroot.org \
|
||||
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/pixman-1" \
|
||||
--with-fontdir=/usr/share/fonts/X11/ --localstatedir=/var \
|
||||
--with-fontrootdir=/usr/share/fonts/X11/ --localstatedir=/var \
|
||||
--$(if $(BR2_PACKAGE_XSERVER_XORG_SERVER_XVFB),en,dis)able-xvfb
|
||||
|
||||
ifeq ($(BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR),y)
|
||||
|
Loading…
Reference in New Issue
Block a user