[Buildroot] svn commit: trunk/buildroot/package/directfb

Peter Korsgaard jacmet at uclibc.org
Wed Oct 8 18:36:36 UTC 2008


>>>>> "correa" == correa  <correa at uclibc.org> writes:

 correa> Author: correa
 correa> Date: 2008-10-07 13:29:27 -0700 (Tue, 07 Oct 2008)
 correa> New Revision: 23621

 correa> Log:
 correa> widen options to configure directfb, patch by Micha Nelissen <micha at neli.hopto.org>

 correa> +
 correa> +config BR2_PACKAGE_DIRECTFB_XSERVER
 correa> +        bool "build with X server backend"

Doesn't this need to depend on the various X implementations
(E.G. BR2_PACKAGE_XORG || ..XORG7 || ..TINYX ?

 correa> +config BR2_PACKAGE_DIRECTFB_PNG
 correa> +        bool "enable PNG support"
 correa> +        default y
 correa> +        depends on BR2_PACKAGE_DIRECTFB
 correa> +	select BR2_PACKAGE_LIBPNG
 correa> +	select BR2_PACKAGE_ZLIB

Indentation seems wrong. Actually it's right here and wrong everywhere
else. Config.in uses tabs for indentation, not spaces (and help text
is tab+2 spaces).

 correa> +config BR2_PACKAGE_DIRECTFB_GIF
 correa> +        bool "enable GIF support"
 correa> +        default y
 correa> +        depends on BR2_PACKAGE_DIRECTFB

Is that built in, or do you need to select libgif or similar?

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list