summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2021-02-19 10:34:49 -0600
committerMarge Bot <emma+marge@anholt.net>2022-03-21 11:26:44 +0000
commitc15bf88f011d204c11e893c5ff0fd018a0262a39 (patch)
tree8b350c2046b5f9f251511ea3d1f6f8b260fbdf97 /meson_options.txt
parentb1e7ce84cc6ee4612313734bc4e8055a959ea078 (diff)
intel: Add a little OpenCL C compiler binary
v2: Fix up indentation (Marcin) s/gen/gfx/ (Marcin) Deal with fd closing in success/fail cases (Marin) Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13171>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 5f463562b6e..e5df4735daa 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -509,3 +509,9 @@ option(
value : false,
description : 'Build vulkan drivers with BETA extensions enabled.'
)
+option(
+ 'intel-clc',
+ type : 'feature',
+ value : 'disabled',
+ description : 'Build the intel-clc compiler (required for ray queries).'
+)