summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongxiang Liang <tanekliang@gmail.com>2024-03-09 00:59:42 +0800
committerYixun Lan <dlan@gentoo.org>2024-03-09 01:05:59 +0000
commitcf33cd6be476e25d3bb5f607cb1d204c96e55f89 (patch)
tree9617d589c91b96328b7c0c017215c2d552b0c3e4 /app-i18n/fcitx-qt
parentapp-doc/python-docs: Stabilize 3.11.8 hppa, #925245 (diff)
downloadgentoo-cf33cd6be476e25d3bb5f607cb1d204c96e55f89.tar.gz
gentoo-cf33cd6be476e25d3bb5f607cb1d204c96e55f89.tar.bz2
gentoo-cf33cd6be476e25d3bb5f607cb1d204c96e55f89.zip
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>
Diffstat (limited to 'app-i18n/fcitx-qt')
-rw-r--r--app-i18n/fcitx-qt/fcitx-qt-5.1.5-r1.ebuild (renamed from app-i18n/fcitx-qt/fcitx-qt-5.1.5.ebuild)1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-i18n/fcitx-qt/fcitx-qt-5.1.5.ebuild b/app-i18n/fcitx-qt/fcitx-qt-5.1.5-r1.ebuild
index 6aef4f82cf22..e08026f4846e 100644
--- a/app-i18n/fcitx-qt/fcitx-qt-5.1.5.ebuild
+++ b/app-i18n/fcitx-qt/fcitx-qt-5.1.5-r1.ebuild
@@ -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)
)