summaryrefslogtreecommitdiff
path: root/src/gallium/meson.build
diff options
context:
space:
mode:
authorKarol Herbst <kherbst@redhat.com>2024-06-26 11:58:40 +0200
committerMarge Bot <emma+marge@anholt.net>2024-06-27 20:50:32 +0000
commit646a0ea5767f5a10b2cb6a82babfe1acb494ba7c (patch)
tree3630e5ee434c13ee4c0539dc717e4b1457d5becc /src/gallium/meson.build
parent82e9880b04f3734dc75d38a4560fb04dd48ed1ed (diff)
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>
Diffstat (limited to 'src/gallium/meson.build')
-rw-r--r--src/gallium/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/meson.build b/src/gallium/meson.build
index c820f288ab0..779a0ac209d 100644
--- a/src/gallium/meson.build
+++ b/src/gallium/meson.build
@@ -191,7 +191,7 @@ if with_gallium_d3d12
else
driver_d3d12 = declare_dependency()
endif
-if with_gallium_opencl
+if with_gallium_clover
# TODO: this isn't really clover specific, but ATM clover is the only
# consumer
subdir('targets/pipe-loader')