commit: d30a5f510f53b71ecb86091024dde62e2919f943 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Mon Jun 20 17:16:27 2022 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Mon Jun 20 18:02:05 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=d30a5f51
dev-qt/qtwayland: add wayland-scanner dependency for qt6 As requested at: https://github.com/gentoo/gentoo/pull/25635 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org> dev-qt/qtwayland/qtwayland-6.3.1.ebuild | 1 + dev-qt/qtwayland/qtwayland-6.3.9999.ebuild | 1 + dev-qt/qtwayland/qtwayland-6.9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/dev-qt/qtwayland/qtwayland-6.3.1.ebuild b/dev-qt/qtwayland/qtwayland-6.3.1.ebuild index 14b556b1..09413e55 100644 --- a/dev-qt/qtwayland/qtwayland-6.3.1.ebuild +++ b/dev-qt/qtwayland/qtwayland-6.3.1.ebuild @@ -11,6 +11,7 @@ if [[ ${QT6_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64" fi +BDEPEND="dev-util/wayland-scanner" DEPEND=" dev-libs/wayland =dev-qt/qtbase-${PV}*[gui,opengl] diff --git a/dev-qt/qtwayland/qtwayland-6.3.9999.ebuild b/dev-qt/qtwayland/qtwayland-6.3.9999.ebuild index 14b556b1..09413e55 100644 --- a/dev-qt/qtwayland/qtwayland-6.3.9999.ebuild +++ b/dev-qt/qtwayland/qtwayland-6.3.9999.ebuild @@ -11,6 +11,7 @@ if [[ ${QT6_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64" fi +BDEPEND="dev-util/wayland-scanner" DEPEND=" dev-libs/wayland =dev-qt/qtbase-${PV}*[gui,opengl] diff --git a/dev-qt/qtwayland/qtwayland-6.9999.ebuild b/dev-qt/qtwayland/qtwayland-6.9999.ebuild index 14b556b1..09413e55 100644 --- a/dev-qt/qtwayland/qtwayland-6.9999.ebuild +++ b/dev-qt/qtwayland/qtwayland-6.9999.ebuild @@ -11,6 +11,7 @@ if [[ ${QT6_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64" fi +BDEPEND="dev-util/wayland-scanner" DEPEND=" dev-libs/wayland =dev-qt/qtbase-${PV}*[gui,opengl]
