From cf33cd6be476e25d3bb5f607cb1d204c96e55f89 Mon Sep 17 00:00:00 2001 From: Yongxiang Liang Date: Sat, 9 Mar 2024 00:59:42 +0800 Subject: [PATCH] app-i18n/fcitx-qt: fix build with pure wayland Closes: https://github.com/gentoo/gentoo/pull/35673 Signed-off-by: Yongxiang Liang Signed-off-by: Yixun Lan --- .../fcitx-qt/{fcitx-qt-5.1.5.ebuild => fcitx-qt-5.1.5-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) rename app-i18n/fcitx-qt/{fcitx-qt-5.1.5.ebuild => fcitx-qt-5.1.5-r1.ebuild} (98%) 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 similarity index 98% rename from app-i18n/fcitx-qt/fcitx-qt-5.1.5.ebuild rename to app-i18n/fcitx-qt/fcitx-qt-5.1.5-r1.ebuild index 6aef4f82cf228..e08026f4846ec 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) )