[Buildroot] [PATCH v3 2/3] package/waffle: new package

Romain Naour romain.naour at gmail.com
Sat Sep 22 18:15:07 UTC 2018


Hi Thomas,

Le 22/09/2018 à 14:46, Thomas Petazzoni a écrit :
> Hello,
> 
> On Sat, 22 Sep 2018 12:56:25 +0200, Romain Naour wrote:
> 
>> +config BR2_PACKAGE_WAFFLE
>> +	bool "waffle"
>> +	depends on BR2_PACKAGE_WAFFLE_SUPPORTS_GLX || \
>> +		BR2_PACKAGE_WAFFLE_SUPPORTS_WAYLAND || \
>> +		BR2_PACKAGE_WAFFLE_SUPPORTS_X11_EGL || \
>> +		BR2_PACKAGE_WAFFLE_SUPPORTS_GBM
>> +	depends on BR2_PACKAGE_HAS_LIBGLES # dlopen'ing the GLES libararies at runtime.
> 
> Are you sure that GLES support *must* be available ?
> 
> This seems very weird, because in a typical "desktop" context, with
> X.org and GLX, you have full OpenGL support, but you don't have GLES
> libraries available.
> 
> Is this dependency coming from actual runtime issues you have
> encountered ? Could you explain it in a bit more details ?

Well, no actual runtime issues.
I have them on my target and I haven't tested without them.
I'm not sure how behave waffle if the library is missing.

Best regards,
Romain

> 
> Thomas
> 




More information about the buildroot mailing list