Select HOST_SYSTEM_PYTHON3_PYYAML in host-mesalib.make as well.
While commit b59b5b9fc9bc ("mesalib: select HOST_SYSTEM_PYTHON3_PYYAML")
happened to fix the build because host-mesalib is never enabled without
mesalib, and PTXdist doesn't filter out host Python dependencies with
missing selects, host-mesalib does have a direct dependency on PyYAML.
Signed-off-by: Philipp Zabel <[email protected]>
---
rules/host-mesalib.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/host-mesalib.in b/rules/host-mesalib.in
index b69547aa3a05..22842f05e3f3 100644
--- a/rules/host-mesalib.in
+++ b/rules/host-mesalib.in
@@ -11,6 +11,7 @@ config HOST_MESALIB
select HOST_SPIRV_LLVM_TRANSLATOR if HOST_MESALIB_INTEL_CLC
select HOST_SYSTEM_PYTHON3
select HOST_SYSTEM_PYTHON3_MAKO
+ select HOST_SYSTEM_PYTHON3_PYYAML
select HOST_ZLIB
if HOST_MESALIB
--
2.39.5