diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2017-10-05 20:27:59 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-10-05 14:57:12 -0400 |
commit | 7eeefa9fae3a533aeaf4a4255a4943973508a5fd (patch) | |
tree | 25e404b3c5a39f4602d21a72708401c2d1f8957d /app-i18n/mozc | |
parent | app-i18n/mozc: Disable check for jsoncpp.pc with USE="-test". (diff) | |
download | gentoo-7eeefa9fae3a533aeaf4a4255a4943973508a5fd.tar.gz gentoo-7eeefa9fae3a533aeaf4a4255a4943973508a5fd.tar.bz2 gentoo-7eeefa9fae3a533aeaf4a4255a4943973508a5fd.zip |
app-i18n/mozc: Disable check for zinnia.pc with USE="-gui".
Diffstat (limited to 'app-i18n/mozc')
-rw-r--r-- | app-i18n/mozc/mozc-2.20.2673.102.ebuild | 2 | ||||
-rw-r--r-- | app-i18n/mozc/mozc-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/mozc/mozc-2.20.2673.102.ebuild b/app-i18n/mozc/mozc-2.20.2673.102.ebuild index 017f643d86c9..9c1d6fade0a6 100644 --- a/app-i18n/mozc/mozc-2.20.2673.102.ebuild +++ b/app-i18n/mozc/mozc-2.20.2673.102.ebuild @@ -160,7 +160,7 @@ src_configure() { gyp_arguments+=(-D use_libibus=$(usex ibus 1 0)) gyp_arguments+=(-D use_libjsoncpp=$(usex test 1 0)) gyp_arguments+=(-D use_libprotobuf=1) - gyp_arguments+=(-D use_libzinnia=1) + gyp_arguments+=(-D use_libzinnia=$(usex gui 1 0)) gyp_arguments+=(-D enable_gtk_renderer=$(usex renderer 1 0)) gyp_arguments+=(-D server_dir="${EPREFIX}/usr/libexec/mozc") diff --git a/app-i18n/mozc/mozc-9999.ebuild b/app-i18n/mozc/mozc-9999.ebuild index 75b207ea2ec1..bd3c79ff2797 100644 --- a/app-i18n/mozc/mozc-9999.ebuild +++ b/app-i18n/mozc/mozc-9999.ebuild @@ -160,7 +160,7 @@ src_configure() { gyp_arguments+=(-D use_libibus=$(usex ibus 1 0)) gyp_arguments+=(-D use_libjsoncpp=$(usex test 1 0)) gyp_arguments+=(-D use_libprotobuf=1) - gyp_arguments+=(-D use_libzinnia=1) + gyp_arguments+=(-D use_libzinnia=$(usex gui 1 0)) gyp_arguments+=(-D enable_gtk_renderer=$(usex renderer 1 0)) gyp_arguments+=(-D server_dir="${EPREFIX}/usr/libexec/mozc") |