app-i18n/fcitx-qt: fix build with pure wayland

Closes: https://github.com/gentoo/gentoo/pull/35673
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
Yongxiang Liang
2024-03-09 00:59:42 +08:00
committed by Yixun Lan
parent eea2a51944
commit cf33cd6be4

View File

@@ -58,6 +58,7 @@ src_configure() {
-DENABLE_QT5=$(usex qt5)
-DENABLE_QT6=$(usex qt6)
-DENABLE_QT6_WAYLAND_WORKAROUND=$(usex qt6 $(usex wayland))
-DENABLE_X11=$(usex X)
-DBUILD_ONLY_PLUGIN=$(usex onlyplugin)
-DBUILD_STATIC_PLUGIN=$(usex staticplugin)
)