2 Star 1 Fork 0

mirrors_freedesktop/dbus-python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
meson_options.txt 630 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Copyright 2022 Collabora Ltd.
# SPDX-License-Identifier: MIT
option(
'doc',
type: 'boolean',
value: false,
description: 'Enable documentation',
)
option(
'installed_tests',
type: 'boolean',
value: false,
description: 'Enable "as-installed" testing',
)
option(
'installed_tests_subdir',
type: 'string',
value: '',
description: 'Suffix to make installed-tests from multiple builds co-installable',
)
option(
'python',
type: 'string',
value: '',
description: 'Override the Python interpreter to use',
)
option(
'tests',
type: 'boolean',
value: true,
description: 'Enable unit tests',
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_freedesktop/dbus-python.git
git@gitee.com:mirrors_freedesktop/dbus-python.git
mirrors_freedesktop
dbus-python
dbus-python
master

搜索帮助