Files
buffybox/meson_options.txt
Colin 18a7a1eac0 add buffyboard systemd service
this is an optional feature. systemd distributions wishing to deploy
buffyboard may add `WantedBy=getty.target` to the Install section.
2024-10-26 03:10:27 +00:00

4 lines
293 B
Meson

option('with-drm', type: 'feature', value: 'auto', description: 'Enable DRM backend')
option('man', type: 'boolean', value: true, description: 'Install manual pages')
option('systemd-buffyboard-service', type: 'bool', value: 'auto', description: 'Install systemd service file for buffyboard')