summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2024-04-28 04:48:54 +0200
committer Willy Sudiarto Raharjo2024-05-04 16:44:54 +0200
commit20f767bf447b38d12b59b408a9bffcf9ce81e2ac (patch)
tree4693eb167e110eb5606cedc6c839a6ad5a9928b5 /misc
parent2e91f256fe39b0c4a8affd1752509082260ace45 (diff)
downloadslackbuilds-20f767bf447b38d12b59b408a9bffcf9ce81e2ac.tar.gz
misc/fcitx5-chinese-addons: Disable Qt6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/fcitx5-chinese-addons/fcitx5-chinese-addons.SlackBuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/fcitx5-chinese-addons/fcitx5-chinese-addons.SlackBuild b/misc/fcitx5-chinese-addons/fcitx5-chinese-addons.SlackBuild
index 2d1e5c5a1f..8729f514fe 100644
--- a/misc/fcitx5-chinese-addons/fcitx5-chinese-addons.SlackBuild
+++ b/misc/fcitx5-chinese-addons/fcitx5-chinese-addons.SlackBuild
@@ -80,6 +80,8 @@ cd build
-DCMAKE_CXX_FLAGS="${SLKCFLAGS}" \
-DCMAKE_C_FLAGS="${SLKCFLAGS}" \
-DCMAKE_INSTALL_PREFIX="/usr" \
+ -DUSE_QT6="OFF" \
+ -DENABLE_TEST="OFF" \
-DCMAKE_INSTALL_LIBDIR=lib${LIBDIRSUFFIX} ..
make
make install/strip DESTDIR=$PKG