meson: support differn't legacy levels.

Default to v0.4.0+
This commit is contained in:
Shawn Landden
2017-12-21 15:47:38 -08:00
parent 8879802866
commit daffe435c0
2 changed files with 27 additions and 13 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
option('multithread', type: 'boolean', value: false)
option('legacy_support', type: 'boolean', value: false)
option('legacy_support', type: 'string', value: '4')