diff options
author | Sven Wegener <swegener@gentoo.org> | 2015-12-31 11:07:44 -0600 |
---|---|---|
committer | Jory A. Pratt <anarchy@gentoo.org> | 2015-12-31 16:06:05 -0600 |
commit | 7e415ffa44dcc55681d8a09aaf276483453c451f (patch) | |
tree | f9702313b9490ed84ed773c5c549671db4fab329 /eclass/mozconfig-v6.41.eclass | |
parent | games-strategy/galaxyhack: more use deps (bug #570404) (diff) | |
download | gentoo-7e415ffa44dcc55681d8a09aaf276483453c451f.tar.gz gentoo-7e415ffa44dcc55681d8a09aaf276483453c451f.tar.bz2 gentoo-7e415ffa44dcc55681d8a09aaf276483453c451f.zip |
eclass, mozconfig: Use --with-intl-api
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Signed-off-by: Jory A. Pratt <anarchy@gentoo.org>
Diffstat (limited to 'eclass/mozconfig-v6.41.eclass')
-rw-r--r-- | eclass/mozconfig-v6.41.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mozconfig-v6.41.eclass b/eclass/mozconfig-v6.41.eclass index b3ee16532b2a..25a94718a411 100644 --- a/eclass/mozconfig-v6.41.eclass +++ b/eclass/mozconfig-v6.41.eclass @@ -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 } |