mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
lxqt-base/lxqt-config: fix build with Qt 5.14
Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
committed by
Andreas Sturmlechner
parent
6411fae8d3
commit
e7e02c3059
@@ -0,0 +1,21 @@
|
||||
From cd7de12f2ebe5a2ad03c2086da4c3b5317a4506e Mon Sep 17 00:00:00 2001
|
||||
From: Chih-Hsuan Yen <yan12125@gmail.com>
|
||||
Date: Sun, 15 Dec 2019 09:32:55 +0800
|
||||
Subject: [PATCH] Fix building with Qt 5.14
|
||||
|
||||
---
|
||||
lxqt-config-input/touchpaddevice.cpp | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/lxqt-config-input/touchpaddevice.cpp b/lxqt-config-input/touchpaddevice.cpp
|
||||
index 31adbe5f..41690c2c 100644
|
||||
--- a/lxqt-config-input/touchpaddevice.cpp
|
||||
+++ b/lxqt-config-input/touchpaddevice.cpp
|
||||
@@ -21,6 +21,7 @@
|
||||
#include <cmath>
|
||||
#include <QDebug>
|
||||
#include <QX11Info>
|
||||
+#include <QUrl>
|
||||
#include <libudev.h>
|
||||
#include <LXQt/Settings>
|
||||
#include <X11/Xatom.h>
|
||||
@@ -20,6 +20,8 @@ LICENSE="GPL-2 GPL-2+ GPL-3 LGPL-2 LGPL-2+ LGPL-2.1+ WTFPL-2"
|
||||
SLOT="0"
|
||||
IUSE="+monitor +touchpad"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-qt-5.14-build.patch" )
|
||||
|
||||
BDEPEND="
|
||||
dev-qt/linguist-tools:5
|
||||
>=dev-util/lxqt-build-tools-0.6.0
|
||||
|
||||
Reference in New Issue
Block a user