mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
- adds labwc.pot and po files for de, es, it and sv - added notes in NEWS.md and CONTRIBUTING.md - addresses #269 - conditional upon `msgfmt` being installed - can be disabled at build time
3 lines
295 B
Meson
3 lines
295 B
Meson
option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
|
|
option('xwayland', type: 'feature', value: 'auto', description: 'Enable support for X11 applications')
|
|
option('nls', type: 'feature', value: 'auto', description: 'Enable native language support')
|