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>
This commit is contained in:
Yonggang Luo
2022-09-20 23:10:22 +08:00
committed by Marge Bot
parent 3f18709f1f
commit c74595ead3
10 changed files with 23 additions and 32 deletions

View File

@@ -181,12 +181,6 @@ option(
value : false,
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',