mirror of
https://github.com/labwc/labwc.git
synced 2026-05-02 06:47:03 -04:00
Some checks are pending
labwc.github.io / notify (push) Waiting to run
Let distributors opt out of installing labwc-session.target at configure time. Default is 'auto' (install if the systemd pkg-config file is present), 'enabled' forces it on, 'disabled' skips it entirely.
10 lines
963 B
Meson
10 lines
963 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('svg', type: 'feature', value: 'enabled', description: 'Enable svg window buttons')
|
|
option('icon', type: 'feature', value: 'enabled', description: 'Enable window icons')
|
|
option('labnag', type: 'feature', value: 'auto', description: 'Build labnag notification daemon')
|
|
option('nls', type: 'feature', value: 'auto', description: 'Enable native language support')
|
|
option('systemd-session', type: 'feature', value: 'auto', description: 'Install labwc-session.target systemd user unit')
|
|
option('static_analyzer', type: 'feature', value: 'disabled', description: 'Run gcc static analyzer')
|
|
option('test', type: 'feature', value: 'disabled', description: 'Run tests')
|
|
option('sections', type: 'feature', value: 'disabled', description: 'Show unused functions')
|