summaryrefslogtreecommitdiff
path: root/kde-frameworks/frameworkintegration/files/frameworkintegration-5.66.0-unused-dep.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /kde-frameworks/frameworkintegration/files/frameworkintegration-5.66.0-unused-dep.patch
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'kde-frameworks/frameworkintegration/files/frameworkintegration-5.66.0-unused-dep.patch')
-rw-r--r--kde-frameworks/frameworkintegration/files/frameworkintegration-5.66.0-unused-dep.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/kde-frameworks/frameworkintegration/files/frameworkintegration-5.66.0-unused-dep.patch b/kde-frameworks/frameworkintegration/files/frameworkintegration-5.66.0-unused-dep.patch
new file mode 100644
index 000000000000..1e8ea5dafcc9
--- /dev/null
+++ b/kde-frameworks/frameworkintegration/files/frameworkintegration-5.66.0-unused-dep.patch
@@ -0,0 +1,25 @@
+From 85c0bd7aa6cc635efa54e4d07c49878cfa0bb553 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner <asturm@gentoo.org>
+Date: Sun, 12 Jan 2020 01:24:11 +0100
+Subject: [PATCH] Drop unused dependency
+
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index c0eb508..e6d0713 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -23,7 +23,7 @@ include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
+ include(KDECMakeSettings)
+
+ set(REQUIRED_QT_VERSION 5.12.0)
+-find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED DBus Widgets)
++find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Gui Widgets)
+
+
+ ecm_setup_version(PROJECT VARIABLE_PREFIX FRAMEWORKINTEGRATION
+--
+2.24.1
+