app-i18n/fcitx-chinese-addons: clean cmakeargs

fcitx-chinese-addons-5.1.9 removed USE_QT6 USE_WEBKIT cmakeargs

Signed-off-by: jinqiang zhang <peeweep@0x0.ee>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
jinqiang zhang 2025-07-19 12:01:45 +00:00 committed by Yixun Lan
parent e2911633e0
commit 6955ffdf5a
No known key found for this signature in database
GPG Key ID: 31AAEA47594DBBED

View File

@ -43,10 +43,8 @@ src_configure() {
-DENABLE_CLOUDPINYIN=$(usex cloudpinyin)
-DENABLE_DATA=$(usex data)
-DENABLE_GUI=$(usex gui)
-DUSE_QT6=$(usex gui)
-DENABLE_OPENCC=$(usex opencc)
-DENABLE_TEST=$(usex test)
-DUSE_WEBKIT=no
)
cmake_src_configure
}