summaryrefslogtreecommitdiff
path: root/kde-plasma/plasma-pa/files/plasma-pa-5.13.3-automagic_gconf.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-05-21 10:20:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-05-21 10:20:03 +0100
commit6f8038813c460b4f0572d5ef595cdfa94af3a94d (patch)
tree3509e94070265053394b7f2e30a779d7e60c2064 /kde-plasma/plasma-pa/files/plasma-pa-5.13.3-automagic_gconf.patch
parenteccb70a7f91b2d22582587f26d1a28bb31408b45 (diff)
gentoo resync : 21.05.2019
Diffstat (limited to 'kde-plasma/plasma-pa/files/plasma-pa-5.13.3-automagic_gconf.patch')
-rw-r--r--kde-plasma/plasma-pa/files/plasma-pa-5.13.3-automagic_gconf.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/kde-plasma/plasma-pa/files/plasma-pa-5.13.3-automagic_gconf.patch b/kde-plasma/plasma-pa/files/plasma-pa-5.13.3-automagic_gconf.patch
deleted file mode 100644
index 8e58077d478c..000000000000
--- a/kde-plasma/plasma-pa/files/plasma-pa-5.13.3-automagic_gconf.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- plasma-pa-5.13.3/CMakeLists.txt
-+++ plasma-pa-5.13.3/CMakeLists.txt
-@@ -18,12 +18,9 @@
- include(KDECompilerSettings NO_POLICY_SCOPE)
- include(ECMOptionalAddSubdirectory)
-
--include(FindPkgConfig)
--pkg_check_modules(GCONF gconf-2.0)
--pkg_check_modules(GOBJECT gobject-2.0)
--if (GCONF_FOUND AND GOBJECT_FOUND)
-- set(HAVE_GCONF TRUE)
--endif()
-+# Don't even try to use gconf.
-+# >=pulseaudio-12.0 recommends to no longer use it anyway.
-+set(HAVE_GCONF FALSE)
-
- find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS
- Core