summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-08-26 13:00:00 +0200
committerSam James <sam@gentoo.org>2021-08-26 19:38:22 +0100
commitd7354f4bd4c9bc9ca144b788dd233e4ac45272a1 (patch)
treea809d4b2d86d9cdaa4873ef8300e28533b5e16e3
parentdev-qt/qtgui: Force -DUSE_X11 with IUSE="X" (diff)
downloadgentoo-d7354f4bd4c9bc9ca144b788dd233e4ac45272a1.tar.gz
gentoo-d7354f4bd4c9bc9ca144b788dd233e4ac45272a1.tar.bz2
gentoo-d7354f4bd4c9bc9ca144b788dd233e4ac45272a1.zip
dev-qt/qtwayland: Add USEdep on dev-qt/qtgui[X] for IUSE="X"
Bug: https://bugs.gentoo.org/810343 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/22107 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-qt/qtwayland/qtwayland-5.15.2-r11.ebuild (renamed from dev-qt/qtwayland/qtwayland-5.15.2-r10.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwayland/qtwayland-5.15.2-r10.ebuild b/dev-qt/qtwayland/qtwayland-5.15.2-r11.ebuild
index a93d716f58e2..61945b0b2d0d 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.2-r10.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.2-r11.ebuild
@@ -18,7 +18,7 @@ DEPEND="
dev-libs/wayland
~dev-qt/qtcore-${PV}:5=
~dev-qt/qtdeclarative-${PV}:5=
- ~dev-qt/qtgui-${PV}:5=[egl,libinput,vulkan=]
+ ~dev-qt/qtgui-${PV}:5=[egl,libinput,vulkan=,X?]
media-libs/mesa[egl]
>=x11-libs/libxkbcommon-0.2.0
vulkan? ( dev-util/vulkan-headers )