aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-29 02:15:18 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-11-29 02:18:44 +0100
commit3d428620736d6f798c62f274a14d42cdd2543f0c (patch)
tree4830af75fddf8dfc519d2480f50724880b871902
parentdev-qt/qtnetwork: update patch for LibreSSL (diff)
downloadqt-3d428620.tar.gz
qt-3d428620.tar.bz2
qt-3d428620.zip
dev-qt/qtwayland: Add missing slot ops
Package is using private headers from qtcore, qtdeclarative, qtgui. Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--dev-qt/qtwayland/qtwayland-5.15.9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
index e2924071..b0953bab 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit qt5-build
DESCRIPTION="Wayland platform plugin for Qt"
@@ -14,9 +15,9 @@ IUSE="vulkan X"
DEPEND="
>=dev-libs/wayland-1.6.0
- ~dev-qt/qtcore-${PV}
- ~dev-qt/qtdeclarative-${PV}
- ~dev-qt/qtgui-${PV}[egl,libinput,vulkan=]
+ ~dev-qt/qtcore-${PV}:5=
+ ~dev-qt/qtdeclarative-${PV}:5=
+ ~dev-qt/qtgui-${PV}:5=[egl,libinput,vulkan=]
media-libs/mesa[egl]
>=x11-libs/libxkbcommon-0.2.0
vulkan? ( dev-util/vulkan-headers )