From b2a2f566aaed47eb61035c625bdfb3886f91c84d Mon Sep 17 00:00:00 2001 From: Petr Hodina Date: Tue, 23 Aug 2022 12:55:28 +0200 Subject: gnu: Add wacomtablet. * gnu/packages/kde-utils.scm (wacomtablet): New variable. Signed-off-by: Marius Bakke --- gnu/packages/patches/wacomtablet-qt5.15.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 gnu/packages/patches/wacomtablet-qt5.15.patch (limited to 'gnu/packages/patches/wacomtablet-qt5.15.patch') diff --git a/gnu/packages/patches/wacomtablet-qt5.15.patch b/gnu/packages/patches/wacomtablet-qt5.15.patch new file mode 100644 index 0000000000..598ac939e8 --- /dev/null +++ b/gnu/packages/patches/wacomtablet-qt5.15.patch @@ -0,0 +1,23 @@ +From 4f73ff02b3efd5e8728b18fcf1067eca166704ee Mon Sep 17 00:00:00 2001 +From: Christophe Giboudeaux +Date: Thu, 4 Jun 2020 16:00:38 +0200 +Subject: [PATCH] Fix build with Qt 5.15 + +--- + src/kcmodule/pressurecurvewidget.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/kcmodule/pressurecurvewidget.cpp b/src/kcmodule/pressurecurvewidget.cpp +index 0c943b3..f047a6c 100644 +--- a/src/kcmodule/pressurecurvewidget.cpp ++++ b/src/kcmodule/pressurecurvewidget.cpp +@@ -22,6 +22,7 @@ + //Qt includes + #include + #include ++#include + #include + #include + #include +-- +GitLab -- cgit v1.2.3