[Buildroot] [PATCH 1/1] xserver_xorg-server: fix fontrootdir configuration

Yann E. MORIN yann.morin.1998 at free.fr
Thu May 15 21:51:44 UTC 2014


Filippo, All,

On 2014-05-13 15:59 +0200, Filippo Sironi spake thusly:
> 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 at gmail.com>

Confirmed by looking at: ./configure --help |grep font  

Acked-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/x11r7/xserver_xorg-server/xserver_xorg-server.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk b/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
> index 4f2eff2..284d602 100644
> --- a/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
> +++ b/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
> @@ -59,7 +59,7 @@ XSERVER_XORG_SERVER_CONF_OPT = --disable-config-hal \
>  		--disable-xnest --disable-xephyr --disable-dmx \
>  		--with-builder-addr=buildroot at 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)
> -- 
> 1.9.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list