summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorYonggang Luo <luoyonggang@gmail.com>2022-09-20 23:10:22 +0800
committerMarge Bot <emma+marge@anholt.net>2022-09-22 05:07:35 +0000
commitc74595ead3f431705edc5e32df6b88a259239237 (patch)
treed764e386c69282a84c0d6b742036e7b069bec8e4 /meson_options.txt
parent3f18709f1f9722891c836812875cb0816c578236 (diff)
radv/r600/clover: Getting libelf to be optional
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18503>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/meson_options.txt b/meson_options.txt
index e83d4762699..95d07964e28 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -182,12 +182,6 @@ option(
description : 'build gallium "clover" OpenCL frontend with SPIR-V binary support.',
)
option(
- 'opencl-native',
- type : 'boolean',
- value : true,
- description : 'build gallium "clover" OpenCL frontend with native LLVM codegen support.',
-)
-option(
'static-libclc',
type : 'array',
value : [],