kumquat-buildroot/package/mesa3d
Peter Seiderer 26642e4cc0 package/mesa3d: gallium/kmsro drivers require dri3 for X11
select BR2_PACKAGE_MESA3D_DRI3 for all gallium/kmsro drivers in case
X11 is selected, see meson.build:

  240 with_gallium_kmsro = with_gallium_v3d or with_gallium_vc4 or with_gallium_etnaviv or with_gallium_panfrost or with_gallium_lima or with_gallium_freedreno
  [...]
  524 if with_gallium_kmsro and (with_platform_x11 and not with_dri3)
  525   error('kmsro requires dri3 for X11 support')
  526 endif

Fixes:
  https://bugs.busybox.net/show_bug.cgi?id=13831

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021-12-17 22:00:54 +01:00
..
0001-c99_math-import-isinf-for-uclibc-based-toolchains.patch
0002-meson-Set-proper-value-for-LIBCLC_INCLUDEDIR.patch
0003-vc4-add-meson-option-to-disable-optional-neon-suppor.patch
0004-src-util-rand_xor-Include-stddef.h-to-fix-build-erro.patch
0005-src-util-futex.h-fix-build-on-32-bit-architectures-u.patch
0006-fix-valist.patch
0007-fix-cpp-detection.patch
Config.in package/mesa3d: gallium/kmsro drivers require dri3 for X11 2021-12-17 22:00:54 +01:00
mesa3d.hash
mesa3d.mk package/mesa3d: add config option for DRI3 support 2021-12-17 22:00:54 +01:00