New comment by st3r4g on void-packages repository https://github.com/void-linux/void-packages/issues/21899#issuecomment-628480008 Comment: > AFAIK, it depends at runtime on `libclc` (or used to) and that is now provided by `ocl-icd`. Aren't those two completely different things? `libclc` is a different pkg, and still a dependency: ``` mesa-opencl_package() { short_desc="Mesa implementation of OpenCL (r600+ only)" depends="libclc-git ocl-icd" ... ```