summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-03-16 14:38:58 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-03-21 12:03:42 +0100
commit2cd8365c46e36f94b90a40ead89c55303b2b09e4 (patch)
tree98a3699257de2a4d89109511872838b19630747a /kde-plasma/layer-shell-qt
parentkde-plasma/kwin: Add dev-qt/qtwaylandscanner BDEPEND, missing DEPEND (diff)
downloadgentoo-2cd8365c46e36f94b90a40ead89c55303b2b09e4.tar.gz
gentoo-2cd8365c46e36f94b90a40ead89c55303b2b09e4.tar.bz2
gentoo-2cd8365c46e36f94b90a40ead89c55303b2b09e4.zip
kde-plasma/layer-shell-qt: Add dev-qt/qtwaylandscanner BDEPEND
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/layer-shell-qt')
-rw-r--r--kde-plasma/layer-shell-qt/layer-shell-qt-5.23.5.ebuild4
-rw-r--r--kde-plasma/layer-shell-qt/layer-shell-qt-5.24.3.ebuild4
2 files changed, 8 insertions, 0 deletions
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.23.5.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.23.5.ebuild
index 24db6aeefb5c..257463ff2c30 100644
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.23.5.ebuild
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.23.5.ebuild
@@ -30,6 +30,10 @@ DEPEND="${RDEPEND}
dev-libs/wayland-protocols
"
BDEPEND="
+ || (
+ >=dev-qt/qtwaylandscanner-${QTMIN}:5
+ <dev-qt/qtwayland-5.15.3:5
+ )
dev-util/wayland-scanner
virtual/pkgconfig
"
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.24.3.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.24.3.ebuild
index 9d53d1f15e1c..3d3deeb5f091 100644
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.24.3.ebuild
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.24.3.ebuild
@@ -30,6 +30,10 @@ DEPEND="${RDEPEND}
dev-libs/wayland-protocols
"
BDEPEND="
+ || (
+ >=dev-qt/qtwaylandscanner-${QTMIN}:5
+ <dev-qt/qtwayland-5.15.3:5
+ )
dev-util/wayland-scanner
virtual/pkgconfig
"