summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-07-21 04:14:30 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-07-21 04:14:38 +1000
commit0534dc16d6a70d67293b52d69ce31f0b6500c444 (patch)
tree7e62f0d968b1e68605483826f424c2f5e14590a0
parentkde-plasma/oxygen: introduce wayland USE flag (diff)
downloadgentoo-0534dc16d6a70d67293b52d69ce31f0b6500c444.tar.gz
gentoo-0534dc16d6a70d67293b52d69ce31f0b6500c444.tar.bz2
gentoo-0534dc16d6a70d67293b52d69ce31f0b6500c444.zip
kde-frameworks/kwayland: add RDEPEND on dev-qt/qtwayland.
dev-qt/qtwayland is required at runtime for the platform plugin. Gentoo-bug: 589184 Package-Manager: portage-2.3.0
-rw-r--r--kde-frameworks/kwayland/kwayland-5.24.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/kde-frameworks/kwayland/kwayland-5.24.0.ebuild b/kde-frameworks/kwayland/kwayland-5.24.0.ebuild
index 0adbdbff7591..8655e141a37f 100644
--- a/kde-frameworks/kwayland/kwayland-5.24.0.ebuild
+++ b/kde-frameworks/kwayland/kwayland-5.24.0.ebuild
@@ -20,6 +20,7 @@ DEPEND="
media-libs/mesa[egl]
"
RDEPEND="${DEPEND}
+ $(add_qt_dep qtwayland)
!kde-plasma/kwayland
"