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:

committed by
Marge Bot

parent
10992256dd
commit
6291d4d339
@@ -45,9 +45,7 @@ option(
|
||||
)
|
||||
option(
|
||||
'android-libbacktrace',
|
||||
type : 'combo',
|
||||
value : 'auto',
|
||||
choices : ['auto', 'true', 'false'],
|
||||
type : 'feature',
|
||||
description : 'Use Android\'s libbacktrace',
|
||||
)
|
||||
option(
|
||||
|
Reference in New Issue
Block a user