[Buildroot] [PATCH 1/1] package/mesa3d-demos: use BR2_PACKAGE_MESA3D_GBM

Arnout Vandecappelle arnout at mind.be
Sat Aug 28 15:54:11 UTC 2021



On 24/08/2021 09:01, Fabrice Fontaine wrote:
> Use BR2_PACKAGE_MESA3D_GBM introduced by commit
> b6c051acf787c804e732bc58ba8d7e440701a168
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>

 Applied to next, and the other two similar commits as well.

 There are a bunch of other packages still with a similar situation: kmscube,
qt5base, waffle, weston, xdriver_xf86-video-amdgpu. Of course, all of them
should be tested with DRI as well...

 Regards,
 Arnout

> ---
>  package/mesa3d-demos/mesa3d-demos.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/mesa3d-demos/mesa3d-demos.mk b/package/mesa3d-demos/mesa3d-demos.mk
> index 4289acfffb..6b5262a2e9 100644
> --- a/package/mesa3d-demos/mesa3d-demos.mk
> +++ b/package/mesa3d-demos/mesa3d-demos.mk
> @@ -43,7 +43,7 @@ else
>  MESA3D_DEMOS_CONF_OPTS += --disable-vg
>  endif
>  
> -ifeq ($(BR2_PACKAGE_MESA3D_OPENGL_EGL),y)
> +ifeq ($(BR2_PACKAGE_MESA3D_GBM),y)
>  MESA3D_DEMOS_DEPENDENCIES += mesa3d
>  MESA3D_DEMOS_CONF_OPTS += --enable-gbm
>  else
> 



More information about the buildroot mailing list