[Buildroot] [PATCH 15/16] xserver_xorg-server: bump version, improve option support

Will Wagner will_wagner at carallon.com
Thu Apr 8 22:01:25 UTC 2010


> Thanks, but ..
>
>   Will>  --- a/package/x11r7/xserver_xorg-server/Config.in
>   Will>  +++ b/package/x11r7/xserver_xorg-server/Config.in
>   Will>  @@ -1,23 +1,26 @@
>   Will>   config BR2_PACKAGE_XSERVER_XORG_SERVER
>   Will>   	bool "xorg-server"
>   Will>  -	select BR2_PACKAGE_XLIB_LIBXFONT
>   Will>   	select BR2_PACKAGE_LIBDRM
>   Will>  +	select BR2_PACKAGE_MCOOKIE
>   Will>  +	select BR2_PACKAGE_MESA3D if BR2_PACKAGE_XSERVER_xorg
>   Will>   	select BR2_PACKAGE_OPENSSL
>   Will>  -	select BR2_PACKAGE_XPROTO_COMPOSITEPROTO
>   Will>  -	select BR2_PACKAGE_XPROTO_DAMAGEPROTO
>   Will>  -	select BR2_PACKAGE_XPROTO_FIXESPROTO
>   Will>  -	select BR2_PACKAGE_XPROTO_GLPROTO
>   Will>  -	select BR2_PACKAGE_XPROTO_KBPROTO
>   Will>  -	select BR2_PACKAGE_XPROTO_RANDRPROTO
>
>   Will>  @@ -38,6 +38,7 @@ XSERVER_XORG_SERVER_DEPENDENCIES = 	\
>   Will>   	xproto_bigreqsproto 		\
>   Will>   	xproto_compositeproto 		\
>   Will>   	xproto_damageproto 		\
>   Will>  +	xproto_dri2proto 		\
>   Will>   	xproto_evieext 			\
>   Will>   	xproto_fixesproto 		\
>   Will>   	xproto_fontsproto 		\
>
> Why are you removing these selects if they are still Makefile
> dependencies?
>    
They are still there, I reorganised the list of selects, as there are so 
many, so that it is alphabetical.

>   Will>  -config BR2_PACKAGE_XSERVER_XORG_SERVER_BUILTIN_FONTS
>   Will>  -    bool "Use Builtin Fonts"
>   Will>  -    depends on BR2_PACKAGE_XSERVER_XORG_SERVER
>   Will>  -    help
>   Will>  -        Enable/Use Builtin fonts.
>
> Is this gone? Should we select a font or 2 then so the user doesn't end
> up with a broken system?
>    
Option has gone. Will investigate what happens if you try to build with 
no fonts.

>
>   Will>   ifeq ($(BR2_PACKAGE_FREETYPE),y)
>   Will>   XSERVER_XORG_SERVER_DEPENDENCIES += freetype
>   Will>  -XSERVER_XORG_SERVER_CONF_OPT += --enable-freetype
>
> Is this option gone? Does it still work to build without freetype?
>    
Option has gone. Will try to see if it still works without freetype.

Will



More information about the buildroot mailing list