lxqt-config: update to 0.13.0
remove patch now applied upstream. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
This commit is contained in:
@@ -1,34 +0,0 @@
|
||||
From 32beef3ac2c308afcbc8ded14ebfc3c8a72d1a80 Mon Sep 17 00:00:00 2001
|
||||
From: Max Krummenacher <max.krummenacher@toradex.com>
|
||||
Date: Sun, 6 May 2018 11:26:25 +0000
|
||||
Subject: [PATCH] timeoutdialog.cpp: include QIcon, QStyle explicitely
|
||||
|
||||
5.11 Qt headers do not indirectly include QIcon, QStyle resulting in compile
|
||||
time errors like:
|
||||
|
||||
| timeoutdialog.cpp:32:25: error: invalid use of incomplete type 'class QStyle'
|
||||
|
||||
Upstream-Status: Submitted [https://github.com/lxqt/lxqt-config/pull/151]
|
||||
|
||||
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
||||
---
|
||||
lxqt-config-monitor/timeoutdialog.cpp | 3 +++
|
||||
1 file changed, 3 insertions(+)
|
||||
|
||||
diff --git a/lxqt-config-monitor/timeoutdialog.cpp b/lxqt-config-monitor/timeoutdialog.cpp
|
||||
index 55302a9..0862447 100644
|
||||
--- a/lxqt-config-monitor/timeoutdialog.cpp
|
||||
+++ b/lxqt-config-monitor/timeoutdialog.cpp
|
||||
@@ -20,6 +20,9 @@
|
||||
|
||||
#define TIMER_DURATION 10
|
||||
|
||||
+#include <QIcon>
|
||||
+#include <QStyle>
|
||||
+
|
||||
#include "timeoutdialog.h"
|
||||
|
||||
TimeoutDialog::TimeoutDialog(QWidget* parent, Qt::WindowFlags f) :
|
||||
--
|
||||
2.13.6
|
||||
|
||||
@@ -8,9 +8,8 @@ REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
DEPENDS += "qtsvg liblxqt libkscreen libxcursor"
|
||||
|
||||
SRC_URI += "file://0001-timeoutdialog.cpp-include-QIcon-QStyle-explicitely.patch"
|
||||
SRCREV = "0ff80827f32f43cd1c1bfc832f69e285874dad5e"
|
||||
PV = "0.12.0"
|
||||
SRCREV = "9bd6ae9205909f70101aebaa7f316478965905fe"
|
||||
PV = "0.13.0"
|
||||
|
||||
# there are no dev files / pack liblxqt-config-cursor.so correctly
|
||||
FILES_${PN} += " \
|
||||
|
||||
Reference in New Issue
Block a user