diff options
author | 2015-10-23 09:19:47 +0000 | |
---|---|---|
committer | 2015-12-31 16:07:43 +0000 | |
commit | dcbc1e520d4bfa62381595f5b18eb034eff313d5 (patch) | |
tree | b42ce9386b04d8bf840b7b0eb53e37e17c4ac4b0 /eclass/mozconfig-v6.39.eclass | |
parent | dev-libs/keybinder: Version bump (diff) | |
download | gentoo-dcbc1e520d4bfa62381595f5b18eb034eff313d5.tar.gz gentoo-dcbc1e520d4bfa62381595f5b18eb034eff313d5.tar.bz2 gentoo-dcbc1e520d4bfa62381595f5b18eb034eff313d5.zip |
eclass, mozconfig: Use --with-intl-api
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'eclass/mozconfig-v6.39.eclass')
-rw-r--r-- | eclass/mozconfig-v6.39.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mozconfig-v6.39.eclass b/eclass/mozconfig-v6.39.eclass index b4d149f6a50c..7f7d3533e395 100644 --- a/eclass/mozconfig-v6.39.eclass +++ b/eclass/mozconfig-v6.39.eclass @@ -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 } |