1 Star 0 Fork 3

李晨光/nautilus

forked from openKylin/nautilus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
meson_options.txt 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
Ubuntu Developers 提交于 2018-04-12 23:54 . _unity_launcher_support
##############
# Extensions #
##############
option(
'docs',
type: 'boolean',
value: false,
description: 'Build documentation for extension library',
)
option(
'extensions',
type: 'boolean',
value: true,
description: 'Build stock extensions',
)
option(
'introspection',
type: 'boolean',
value: true,
description: 'Build GObject introspection data for extension library',
)
##################
# End extensions #
##################
############
# Features #
############
option(
'packagekit',
type: 'boolean',
value: true,
description: 'Enable finding file type handlers using PackageKit',
)
option(
'selinux',
type: 'boolean',
value: false,
description: 'Enable SELinux context support in file properties dialog',
)
option ('unity-launcher',
type: 'boolean',
value: false,
description: 'build with unity launcher support')
################
# End features #
################
###########
# Testing #
###########
option(
'profiling',
type: 'boolean',
value: false,
description: 'Enable performance profiling',
)
option(
'tests',
type: 'combo',
choices: [
'none',
'headless',
'all'
],
value: 'headless',
description: 'Build selected tests',
)
###############
# End testing #
###############
option(
'profile',
type: 'string',
value: '',
description: 'Build with specified application ID',
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yaphets-z/nautilus.git
git@gitee.com:yaphets-z/nautilus.git
yaphets-z
nautilus
nautilus
openkylin/yangtze

搜索帮助