mirror of
https://github.com/linux-msm/qrtr.git
synced 2024-11-01 10:18:06 +00:00
8f9b2bc3b6
It's been moved to the kernel since forever.. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
17 lines
357 B
Meson
17 lines
357 B
Meson
option('qrtr-ns',
|
|
type: 'feature',
|
|
value: 'auto',
|
|
description: 'Whether or not to build the qrtr-ns binary'
|
|
)
|
|
|
|
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'
|
|
)
|