Files
buffybox/meson_options.txt
Colin 9b68ea606f 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:12:43 +00:00

4 lines
296 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: 'boolean', value: 'auto', description: 'Install systemd service file for buffyboard')