Turn the 'libunwind' build option into a boolean.
This commit is contained in:
parent
a1377f3451
commit
b120525fd6
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
project('geary', [ 'vala', 'c' ],
|
||||
version: '3.32-dev',
|
||||
license: 'LGPL2.1+',
|
||||
meson_version: '>= 0.47',
|
||||
meson_version: '>= 0.43',
|
||||
)
|
||||
|
||||
gnome = import('gnome')
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ option('poodle', type: 'boolean', value: true, description: 'Whether to apply th
|
|||
option('ref_tracking', type: 'boolean', value: false, description: 'Whether to use explicit reference tracking.')
|
||||
option('iso_639_xml', type: 'string', value: '', description: 'Full path to the ISO 639 XML file.')
|
||||
option('iso_3166_xml', type: 'string', value: '', description: 'Full path to the ISO 3166 XML file.')
|
||||
option('libunwind', type: 'feature', value: 'enabled', description: 'Whether to use libunwind.')
|
||||
option('libunwind', type: 'boolean', value: true, description: 'Whether to depend on libunwind.')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue