configure.ac / meson: depend on libnativewindow when appropriate
libnativewindow is only available on O or greater, and it's required for some features. Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
This commit is contained in:
@@ -347,3 +347,11 @@ option(
|
||||
value : '',
|
||||
description : 'Suffix to append to GLES library names. Default: none.'
|
||||
)
|
||||
option(
|
||||
'platform-sdk-version',
|
||||
type : 'integer',
|
||||
min : 25,
|
||||
max : 28,
|
||||
value : 25,
|
||||
description : 'Android Platform SDK version. Default: Nougat version.'
|
||||
)
|
||||
|
Reference in New Issue
Block a user