From 5df8b83432064eee4cc0bc5e4e70bf6c0faa4e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 26 May 2020 18:59:08 +0700 Subject: [PATCH] mozc: disable emacs on cross-compile --- srcpkgs/mozc/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/mozc/template b/srcpkgs/mozc/template index 82d137afca..253f0e8026 100644 --- a/srcpkgs/mozc/template +++ b/srcpkgs/mozc/template @@ -27,6 +27,7 @@ CXXFLAGS="-D_GNU_SOURCE" if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-devel" + subpackages="ibus-mozc fcitx-mozc" fi if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then