diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-28 09:48:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-04 21:44:54 +0700 |
commit | 20f767bf447b38d12b59b408a9bffcf9ce81e2ac (patch) | |
tree | 4693eb167e110eb5606cedc6c839a6ad5a9928b5 /misc | |
parent | 2e91f256fe39b0c4a8affd1752509082260ace45 (diff) |
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.SlackBuild | 2 |
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 2d1e5c5a1fd5..8729f514fee3 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 |