Turn the 'libunwind' build option into a boolean.

This commit is contained in:
Thomas Moschny 2019-02-19 15:40:10 +01:00
parent a1377f3451
commit b120525fd6
2 changed files with 2 additions and 2 deletions

View file

@ -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')