this is an optional feature. systemd distributions wishing to deploy buffyboard may add `WantedBy=getty.target` to the Install section.
4 lines
296 B
Meson
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')
|