Diff mesa-23.2.1 with a mesa-9999
/usr/portage/media-libs/mesa/mesa-9999.ebuild 2023-10-09 14:52:31.700368406 +0300 | ||
---|---|---|
172 | 172 |
opencl? ( |
173 | 173 |
>=virtual/rust-1.62.0 |
174 | 174 |
>=dev-util/bindgen-0.58.0 |
175 |
>=dev-util/meson-1.2.0 |
|
175 | 176 |
) |
176 | 177 |
sys-devel/bison |
177 | 178 |
sys-devel/flex |
... | ... | |
200 | 201 |
usr/lib/libGLX_mesa.so.0.0.0 |
201 | 202 |
)" |
202 | 203 | |
203 |
PATCHES=( |
|
204 |
# Workaround the CMake dependency lookup returning a different LLVM to llvm-config, bug #907965 |
|
205 |
"${FILESDIR}/clang_config_tool.patch" |
|
206 |
) |
|
207 | ||
208 | 204 |
llvm_check_deps() { |
209 | 205 |
if use opencl; then |
210 | 206 |
has_version "sys-devel/clang:${LLVM_SLOT}[${LLVM_USE_DEPS}]" || return 1 |