[Buildroot] [PATCHv3 04/15] directfb: do not use inexistant configure options

Vicente Olivert Riera Vincent.Riera at imgtec.com
Fri Sep 4 14:21:12 UTC 2015


Dear Thomas Petazzoni,

On 09/01/2015 11:01 PM, Thomas Petazzoni wrote:
> From: Peter Seiderer <ps.report at gmx.net>
> 
> The --disable-sysfs and --disable-explicit-deps options are not
> supported by DirectFB anymore, so don't use them.

which version introduces such a change? Is it 1.7.7? If so, I think this
patch should be squashed with the one that does the version bump to
1.7.7. Otherwise, ignore my comment.

Regards,

Vincent.

> 
> [Thomas: rework commit log.]
> 
> Signed-off-by: Peter Seiderer <ps.report at gmx.net>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
> ---
>  package/directfb/directfb.mk | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk
> index c27e982..da12acb 100644
> --- a/package/directfb/directfb.mk
> +++ b/package/directfb/directfb.mk
> @@ -14,11 +14,9 @@ DIRECTFB_INSTALL_STAGING = YES
>  DIRECTFB_AUTORECONF = YES
>  
>  DIRECTFB_CONF_OPTS = \
> -	--disable-explicit-deps \
>  	--enable-zlib \
>  	--enable-freetype \
>  	--enable-fbdev \
> -	--disable-sysfs \
>  	--disable-sdl \
>  	--disable-vnc \
>  	--disable-osx \
> 



More information about the buildroot mailing list