summaryrefslogtreecommitdiffstats
path: root/kde/pre-install/kdepimlibs4.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'kde/pre-install/kdepimlibs4.pre-install')
-rw-r--r--kde/pre-install/kdepimlibs4.pre-install2
1 files changed, 2 insertions, 0 deletions
diff --git a/kde/pre-install/kdepimlibs4.pre-install b/kde/pre-install/kdepimlibs4.pre-install
index a663cc6..d120701 100644
--- a/kde/pre-install/kdepimlibs4.pre-install
+++ b/kde/pre-install/kdepimlibs4.pre-install
@@ -5,3 +5,5 @@ if ! grep -q 'cmake_minimum_required' CMakeLists.txt ; then
sed -i -e '1icmake_minimum_required(VERSION 2.8.9)\' CMakeLists.txt
fi
+# Don't build gpgme++
+sed -e '/gpgme++/d' -e '/qgpgme/d' -i CMakeLists.txt