meson: Convert the 'neon' option into a feature
Easier to express things, now that runtime is a no-op.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
option('gnustl', type: 'feature',
|
||||
value: 'auto',
|
||||
description: 'Use gnustl for a c++ library implementation (only used on Android)')
|
||||
option('neon', type: 'combo',
|
||||
choices: ['auto', 'yes', 'runtime', 'no'],
|
||||
option('neon', type: 'feature',
|
||||
value: 'auto',
|
||||
description: 'Enable NEON optimisations')
|
||||
option('inline-sse', type: 'boolean',
|
||||
value: true,
|
||||
|
||||
Reference in New Issue
Block a user