diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-25 02:19:59 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-25 02:27:27 +0100 |
commit | 2cc3c6f1a63ffbf57e2e99974c379c012d0cb4b5 (patch) | |
tree | ec2bdad8148de7d2f180b07a1a6768e797f026d1 /kde-frameworks | |
parent | kde-misc/kio-gdrive: Port to ecm.eclass and kde.org.eclass (diff) | |
download | gentoo-2cc3c6f1a63ffbf57e2e99974c379c012d0cb4b5.tar.gz gentoo-2cc3c6f1a63ffbf57e2e99974c379c012d0cb4b5.tar.bz2 gentoo-2cc3c6f1a63ffbf57e2e99974c379c012d0cb4b5.zip |
kde-frameworks/kwayland: Fix 5.64.0 build with Qt 5.14.0
Upstream commit c4a49fbf2d5dd63659ed0c679ce180eda89a6d0d
Reported-by: m.manico@gmx.at
Closes: https://bugs.gentoo.org/703696
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/kwayland/files/kwayland-5.64.0-qt-5.14.0.patch | 24 | ||||
-rw-r--r-- | kde-frameworks/kwayland/kwayland-5.64.0.ebuild | 2 |
2 files changed, 26 insertions, 0 deletions
diff --git a/kde-frameworks/kwayland/files/kwayland-5.64.0-qt-5.14.0.patch b/kde-frameworks/kwayland/files/kwayland-5.64.0-qt-5.14.0.patch new file mode 100644 index 000000000000..818e9894765e --- /dev/null +++ b/kde-frameworks/kwayland/files/kwayland-5.64.0-qt-5.14.0.patch @@ -0,0 +1,24 @@ +From c4a49fbf2d5dd63659ed0c679ce180eda89a6d0d Mon Sep 17 00:00:00 2001 +From: Roman Gilg <subdiff@gmail.com> +Date: Fri, 22 Nov 2019 15:26:23 +0100 +Subject: Add missing include for Qt 5.14 build + +--- + src/server/xdgoutput_interface.cpp | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/server/xdgoutput_interface.cpp b/src/server/xdgoutput_interface.cpp +index e32ccf9..b2b2cba 100644 +--- a/src/server/xdgoutput_interface.cpp ++++ b/src/server/xdgoutput_interface.cpp +@@ -25,6 +25,8 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>. + + #include <wayland-xdg-output-server-protocol.h> + ++#include <QHash> ++ + namespace KWayland + { + namespace Server +-- +cgit v1.1 diff --git a/kde-frameworks/kwayland/kwayland-5.64.0.ebuild b/kde-frameworks/kwayland/kwayland-5.64.0.ebuild index b1e978e691f9..5a81ee17e71e 100644 --- a/kde-frameworks/kwayland/kwayland-5.64.0.ebuild +++ b/kde-frameworks/kwayland/kwayland-5.64.0.ebuild @@ -30,3 +30,5 @@ RDEPEND="${COMMON_DEPEND} # All failing, I guess we need a virtual wayland server RESTRICT+=" test" + +PATCHES=( "${FILESDIR}/${P}-qt-5.14.0.patch" ) |