Files
qrtr/meson_options.txt
2024-04-09 16:12:44 +02:00

11 lines
240 B
Meson

option('systemd-unit-prefix',
type: 'string',
description: 'Directory for systemd system unit files'
)
option('systemd-service',
type: 'feature',
value: 'auto',
description: 'Whether or not the systemd service should be built'
)