mirror of
https://github.com/linux-msm/qrtr.git
synced 2026-01-23 03:35:23 +01:00
11 lines
240 B
Meson
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'
|
|
)
|