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:
Eric Engestrom
2023-01-25 18:44:33 +00:00
committed by Marge Bot
parent 10992256dd
commit 6291d4d339
3 changed files with 6 additions and 12 deletions

View File

@@ -45,9 +45,7 @@ option(
)
option(
'android-libbacktrace',
type : 'combo',
value : 'auto',
choices : ['auto', 'true', 'false'],
type : 'feature',
description : 'Use Android\'s libbacktrace',
)
option(