mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 01:15:33 +00:00
When building packages warnings are treated as errors. When building on Ubuntu and Debian servers we don't have a patched ibus version but still want to build the packages. So this change outputs a message instead of a warning when building packages.
1 line
101 B
Meson
1 line
101 B
Meson
option('keyman_deb_pkg_build', type: 'boolean', value: false, description: 'Building .deb package?')
|