meson: rename with_gallium_opencl to with_gallium_clover

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29646>
This commit is contained in:
Karol Herbst
2024-06-26 11:58:40 +02:00
committed by Marge Bot
parent 82e9880b04
commit 646a0ea576
4 changed files with 12 additions and 12 deletions

View File

@@ -133,7 +133,7 @@ opencl_headers = files(
)
# Only install the headers if we are building a stand alone implementation and
# not an ICD enabled implementation
if with_gallium_opencl and not with_opencl_icd
if with_gallium_clover and not with_opencl_icd
install_headers(
opencl_headers,
subdir: 'CL'