mozc: disable emacs on cross-compile

This commit is contained in:
Đoàn Trần Công Danh 2020-05-26 18:59:08 +07:00
parent a775fd492e
commit 5df8b83432

View file

@ -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