diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index cb8ec89e2b4..1a1d3fd69b9 100644 --- a/meson.build +++ b/meson.build @@ -584,7 +584,7 @@ if with_gallium_st_nine endif _opencl = get_option('gallium-opencl') -if _opencl !=' disabled' +if _opencl != 'disabled' if not with_gallium error('OpenCL Clover implementation requires at least one gallium driver.') endif |