diff options
author | Yonggang Luo <luoyonggang@gmail.com> | 2022-09-20 23:10:22 +0800 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2022-09-22 05:07:35 +0000 |
commit | c74595ead3f431705edc5e32df6b88a259239237 (patch) | |
tree | d764e386c69282a84c0d6b742036e7b069bec8e4 /meson_options.txt | |
parent | 3f18709f1f9722891c836812875cb0816c578236 (diff) | |
download | mesa-c74595ead3f431705edc5e32df6b88a259239237.tar.gz mesa-c74595ead3f431705edc5e32df6b88a259239237.tar.bz2 mesa-c74595ead3f431705edc5e32df6b88a259239237.zip |
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.txt | 6 |
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 : [], |