mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
package/mesa3d: DRI drivers need either glx, egl or gbm
Fixes build error: ../output-1/build/mesa3d-21.1.5/meson.build:520:4: ERROR: Problem encountered: building dri drivers require at least one windowing system OSMesa is not seen as a valid windowing system for DRI drivers anymore: https://cgit.freedesktop.org/mesa/mesa/commit/meson.build?h=21.1&id=ee802372180a2b4460cc7abb53438e45c6b6f1e4 Commit15a2f9b819blindly renamed BR2_PACKAGE_MESA3D_OSMESA_CLASSIC to BR2_PACKAGE_MESA3D_OSMESA_GALLIUM without checking for this particular case. Fixes: http://autobuild.buildroot.net/results/46e3a66ddc13a064e512aad0f3afd8655889ab9d/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> (cherry picked from commit4510c38431) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
82b03cfd69
commit
8ca0833767
@@ -63,8 +63,7 @@ config BR2_PACKAGE_MESA3D_DRI_DRIVER
|
||||
select BR2_PACKAGE_MESA3D_DRIVER
|
||||
select BR2_PACKAGE_MESA3D_GBM if \
|
||||
!BR2_PACKAGE_MESA3D_OPENGL_GLX && \
|
||||
!BR2_PACKAGE_MESA3D_OPENGL_EGL && \
|
||||
!BR2_PACKAGE_MESA3D_OSMESA_GALLIUM
|
||||
!BR2_PACKAGE_MESA3D_OPENGL_EGL
|
||||
select BR2_PACKAGE_XLIB_LIBXSHMFENCE if \
|
||||
(BR2_PACKAGE_XORG7 && BR2_TOOLCHAIN_HAS_SYNC_4)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user