mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
mesa: for $_have_opencl clang is required in target
This commit is contained in:
parent
71eb55bed3
commit
06dd0d224e
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ fi
|
||||||
# enabled currently by amd drivers
|
# enabled currently by amd drivers
|
||||||
if [ "$_have_opencl" ]; then
|
if [ "$_have_opencl" ]; then
|
||||||
hostmakedepends+=" clang"
|
hostmakedepends+=" clang"
|
||||||
makedepends+=" libclc-git"
|
makedepends+=" clang libclc-git"
|
||||||
subpackages+=" mesa-opencl"
|
subpackages+=" mesa-opencl"
|
||||||
configure_args+=" -Dgallium-opencl=icd"
|
configure_args+=" -Dgallium-opencl=icd"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue