mesa: for $_have_opencl clang is required in target

This commit is contained in:
Jürgen Buchmüller 2020-05-28 12:02:36 +02:00
parent 71eb55bed3
commit 06dd0d224e

View file

@ -140,7 +140,7 @@ fi
# enabled currently by amd drivers
if [ "$_have_opencl" ]; then
hostmakedepends+=" clang"
makedepends+=" libclc-git"
makedepends+=" clang libclc-git"
subpackages+=" mesa-opencl"
configure_args+=" -Dgallium-opencl=icd"
fi