meson: turn android-libbacktrace into a feature option
Signed-off-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20915>
This commit is contained in:
parent
10992256dd
commit
6291d4d339
3 changed files with 6 additions and 12 deletions
|
|
@ -45,9 +45,7 @@ option(
|
|||
)
|
||||
option(
|
||||
'android-libbacktrace',
|
||||
type : 'combo',
|
||||
value : 'auto',
|
||||
choices : ['auto', 'true', 'false'],
|
||||
type : 'feature',
|
||||
description : 'Use Android\'s libbacktrace',
|
||||
)
|
||||
option(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue