1
0
mirror of https://github.com/linux-msm/qrtr.git synced 2024-11-01 10:18:06 +00:00
qrtr/meson_options.txt
Konrad Dybcio 8f9b2bc3b6 meson.build: Make building qrtr-ns opt-in
It's been moved to the kernel since forever..

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
2024-04-09 20:08:09 +02:00

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'
)