MOZCORECONF-V6.ECLASS
章节: eclass-manpages (5)更新: 2024 年 11 月
索引 返回主目录
名称
mozcoreconf-v6.eclass - Mozilla 的核心选项和配置函数描述
继承 mozconfig-v6.* 或更高版本以获得 Mozilla 配置支持
支持的 EAPIS
8函数
- mozconfig_annotate
- 向 .mozconfig 添加带注释的行
示例: mozconfig_annotate "building on ultrasparc" --enable-js-ultrasparc => ac_add_options --enable-js-ultrasparc # building on ultrasparc
- mozconfig_use_enable
- 根据 USE 标志向 .mozconfig 添加一行
示例: mozconfig_use_enable truetype freetype2 => ac_add_options --enable-freetype2 # +truetype
- mozconfig_use_with
- 根据 USE 标志向 .mozconfig 添加一行
示例: mozconfig_use_with kerberos gss-api /usr/$(get_libdir) => ac_add_options --with-gss-api=/usr/lib # +kerberos
- mozconfig_init
- 初始化 Mozilla 配置并填充核心设置。这应该在 src_configure 中调用,在任何其他 mozconfig_* 函数之前调用。
- mozconfig_final
- 将 EXTRA_ECONF 值应用于 .mozconfig,显示一个表格,描述所有配置选项及其原因,然后清理扩展列表。这应该在 src_configure 中调用,在所有其他 mozconfig_* 函数之后调用。
ECLASS 变量
- MOZILLA_FIVE_HOME
- 这是一个 eclass 生成的变量,它定义了 Mozilla 产品将安装到的 rpath。只读
维护者
Mozilla 团队 <[email protected]>报告 Bug
请通过 https://bugs.gentoo.org/ 报告 Bug。文件
mozcoreconf-v6.eclass参见
ebuild(5)https://gitweb.gentoo.org/repo/gentoo.git/log/eclass/mozcoreconf-v6.eclass
索引
本文件由 man2html 使用手册页创建。
时间: 2024 年 11 月 12 日,格林尼治标准时间 03:27:00