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

Vicente Olivert Riera Vincent.Riera at imgtec.com
Fri Sep 4 14:41:40 UTC 2015


Dear Thomas Petazzoni,

On 09/04/2015 03:21 PM, Vicente Olivert Riera wrote:
> 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.

Ok, I just checked that directfb-1.6.3 (the current version in
Buildroot) didn't have those options either, so it's fine to not remove
them as part of the version bump.

Regards,

Vincent.

> 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 \
>>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
> 



More information about the buildroot mailing list