Skip to content

Commit

Permalink
app-i18n/mozc: Disable check for zinnia.pc with USE="-gui".
Browse files Browse the repository at this point in the history
  • Loading branch information
Arfrever Frehtes Taifersar Arahesis authored and floppym committed Oct 5, 2017
1 parent 2e39fb4 commit 7eeefa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-i18n/mozc/mozc-2.20.2673.102.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion app-i18n/mozc/mozc-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 7eeefa9

Please sign in to comment.