Thanks, applied as b59b5b9fc9bc6effb009fe8d630ac3d53c6484e5. Michael
[sent from post-receive hook] On Fri, 14 Feb 2025 10:02:17 +0100, Philipp Zabel <[email protected]> wrote: > PyYAML is required to build Mesa since 24.2.0, mesa commit ccc6442d6f05 > ("u_format: Rewrite format table to use YAML"). > > This issue was hidden before commit 1894396d091b ("host-system-python3: > use --system-site-packages only when needed") on build hosts that have > PyYAML installed system-wide. > > Signed-off-by: Philipp Zabel <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/mesalib.in b/rules/mesalib.in > index f77fb0a69f25..943ba2e14fde 100644 > --- a/rules/mesalib.in > +++ b/rules/mesalib.in > @@ -10,6 +10,7 @@ menuconfig MESALIB > select HOST_SYSTEM_PYTHON3 > select HOST_SYSTEM_PYTHON3_MAKO > select HOST_SYSTEM_PYTHON3_PYCPARSER if MESALIB_DRI_ETNAVIV > + select HOST_SYSTEM_PYTHON3_PYYAML > select HOST_GLSLANG if MESALIB_VULKAN_AMD > select HOST_GLSLANG if MESALIB_VULKAN_INTEL > select HOST_GLSLANG if MESALIB_VULKAN_OVERLAY
