[frameworks/ktexteditor] /: KTextEditor has a hard dependency on KAuth - ensure it is available.
Ben Cooksley
null at kde.org
Wed Jan 5 03:57:05 GMT 2022
Git commit b83f75b7be0c289a55e4afc1d6281c2f5c9fbffa by Ben Cooksley.
Committed on 05/01/2022 at 03:56.
Pushed by bcooksley into branch 'master'.
KTextEditor has a hard dependency on KAuth - ensure it is available.
On Linux/FreeBSD this is normally received via KIO - however it only requires KAuth on those two platforms meaning the build will fail on Windows without this explicit dependency.
Given that KAuth is a no-op on Windows it would be worthwhile investigating if KTextEditor can have an optional dependency on KAuth as well.
CCMAIL: kde-frameworks-devel at kde.org
M +1 -0 .kde-ci.yml
https://invent.kde.org/frameworks/ktexteditor/commit/b83f75b7be0c289a55e4afc1d6281c2f5c9fbffa
diff --git a/.kde-ci.yml b/.kde-ci.yml
index f58a20f6..280bc31b 100644
--- a/.kde-ci.yml
+++ b/.kde-ci.yml
@@ -3,6 +3,7 @@ Dependencies:
'require':
'frameworks/extra-cmake-modules': '@same'
'frameworks/karchive' : '@same'
+ 'frameworks/kauth': '@same'
'frameworks/kconfig' : '@same'
'frameworks/kguiaddons' : '@same'
'frameworks/ki18n' : '@same'
More information about the Kde-frameworks-devel
mailing list