meson: allow -Dlegacy_support=true, fix -Dlegacy_support=0

This commit is contained in:
Shawn Landden
2017-12-29 10:18:33 -08:00
parent 6ff43c0051
commit ea41b580eb
2 changed files with 12 additions and 1 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
option('multithread', type: 'boolean', value: false)
option('legacy_support', type: 'string', value: '4')
option('legacy_support', type: 'string', value: '4',
description: 'True or false, or 7 to 1 for v0.7+ to v0.1+.')