Merge pull request #2775 from eli-schwartz/meson
meson: fix type error for integer option
This commit is contained in:
commit
c10067c44e
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
# Read guidelines from https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting
|
# Read guidelines from https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting
|
||||||
|
|
||||||
option('legacy_level', type: 'integer', min: 0, max: 7, value: '5',
|
option('legacy_level', type: 'integer', min: 0, max: 7, value: 5,
|
||||||
description: 'Support any legacy format: 7 to 1 for v0.7+ to v0.1+')
|
description: 'Support any legacy format: 7 to 1 for v0.7+ to v0.1+')
|
||||||
option('debug_level', type: 'integer', min: 0, max: 9, value: 1,
|
option('debug_level', type: 'integer', min: 0, max: 9, value: 1,
|
||||||
description: 'Enable run-time debug. See lib/common/debug.h')
|
description: 'Enable run-time debug. See lib/common/debug.h')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user