1 Star 0 Fork 19

xietingwei/third_party_libfuse

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
meson_options.txt 1010 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangmingxuan 提交于 2024-01-08 09:34 . libfuse升级
option('disable-mtab', type : 'boolean', value : false,
description: 'Disable and ignore usage of /etc/mtab')
option('udevrulesdir', type : 'string', value : '',
description: 'Where to install udev rules (if empty, query pkg-config(1))')
option('initscriptdir', type : 'string', value : '/etc/init.d/',
description: 'Init script installation location (if empty, disable init script installation)')
option('utils', type : 'boolean', value : true,
description: 'Whether or not to build and install helper programs')
option('examples', type : 'boolean', value : true,
description: 'Whether or not to build example programs')
option('useroot', type : 'boolean', value : true,
description: 'Set owner and setuid bits on installed files')
option('tests', type : 'boolean', value : true,
description: 'Compile the test files')
option('disable-libc-symbol-version', type : 'boolean', value : false,
description: 'Disable versioned symbols through libc')
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/twxie/third_party_libfuse.git
git@gitee.com:twxie/third_party_libfuse.git
twxie
third_party_libfuse
third_party_libfuse
master

搜索帮助