summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/patch/digikam/akonadi-22.04.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/kde/patch/digikam/akonadi-22.04.patch')
-rw-r--r--source/kde/kde/patch/digikam/akonadi-22.04.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/source/kde/kde/patch/digikam/akonadi-22.04.patch b/source/kde/kde/patch/digikam/akonadi-22.04.patch
new file mode 100644
index 000000000..74ffe1674
--- /dev/null
+++ b/source/kde/kde/patch/digikam/akonadi-22.04.patch
@@ -0,0 +1,12 @@
+diff --git a/core/cmake/rules/RulesKDEFramework.cmake b/core/cmake/rules/RulesKDEFramework.cmake
+index 4cb33d2f9e..610033425c 100644
+--- a/core/cmake/rules/RulesKDEFramework.cmake
++++ b/core/cmake/rules/RulesKDEFramework.cmake
+@@ -39,6 +39,7 @@ if(ENABLE_AKONADICONTACTSUPPORT)
+
+ find_package(KF5 ${AKONADI_MIN_VERSION} QUIET
+ OPTIONAL_COMPONENTS
++ Akonadi
+ AkonadiContact # For KDE Mail Contacts support.
+ Contacts # API for contacts/address book data.
+ )