eclass, mozconfig: Use --with-intl-api

Signed-off-by: Sven Wegener <swegener@gentoo.org>
Signed-off-by: Jory A. Pratt <anarchy@gentoo.org>
This commit is contained in:
Sven Wegener
2015-12-31 11:07:44 -06:00
committed by Jory A. Pratt
parent 2b94a6dda5
commit 7e415ffa44
5 changed files with 5 additions and 5 deletions

View File

@@ -213,6 +213,6 @@ mozconfig_config() {
mozconfig_use_enable system-sqlite
mozconfig_use_with system-jpeg
mozconfig_use_with system-icu
mozconfig_use_enable system-icu intl-api
mozconfig_use_with system-icu intl-api
mozconfig_use_with system-libvpx
}

View File

@@ -235,7 +235,7 @@ mozconfig_config() {
mozconfig_use_enable system-sqlite
mozconfig_use_with system-jpeg
mozconfig_use_with system-icu
mozconfig_use_enable system-icu intl-api
mozconfig_use_with system-icu intl-api
mozconfig_use_with system-libvpx
# Modifications to better support ARM, bug 553364

View File

@@ -235,6 +235,6 @@ mozconfig_config() {
mozconfig_use_enable system-sqlite
mozconfig_use_with system-jpeg
mozconfig_use_with system-icu
mozconfig_use_enable system-icu intl-api
mozconfig_use_with system-icu intl-api
mozconfig_use_with system-libvpx
}

View File

@@ -258,6 +258,6 @@ mozconfig_config() {
mozconfig_use_enable system-sqlite
mozconfig_use_with system-jpeg
mozconfig_use_with system-icu
mozconfig_use_enable system-icu intl-api
mozconfig_use_with system-icu intl-api
mozconfig_use_with system-libvpx
}

View File

@@ -261,7 +261,7 @@ mozconfig_config() {
mozconfig_use_enable system-sqlite
mozconfig_use_with system-jpeg
mozconfig_use_with system-icu
mozconfig_use_enable system-icu intl-api
mozconfig_use_with system-icu intl-api
mozconfig_use_with system-libvpx
# Modifications to better support ARM, bug 553364