浏览代码

build: documet how to disable unit file instalation

master
Matthias Janke 5 年前
父节点
当前提交
d8bc04b134
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      meson_options.txt

+ 1
- 1
meson_options.txt 查看文件

1
 option('udev-dir', type: 'string', value: '', description: 'Absolute path of the udev base directory. Set to \'no\' not to install the udev rule')
1
 option('udev-dir', type: 'string', value: '', description: 'Absolute path of the udev base directory. Set to \'no\' not to install the udev rule')
2
-option('systemd-unit-dir', type: 'string', value: '', description: 'systemd service directory')
2
+option('systemd-unit-dir', type: 'string', value: '', description: 'Absolute path of the systemd service directory. Set to \'no\' not to install the radangeld service file.')

正在加载...
取消
保存