[neon/kde/umbrello/Neon/release] debian: kdevelop wants llvm so give it that

Jonathan Esk-Riddell null at kde.org
Wed Aug 17 13:36:42 BST 2022


Git commit 5ebf61f3ce7faa91199b21b784368bbc60cf0838 by Jonathan Esk-Riddell.
Committed on 17/08/2022 at 12:36.
Pushed by jriddell into branch 'Neon/release'.

kdevelop wants llvm so give it that

M  +2    -2    debian/control

https://invent.kde.org/neon/kde/umbrello/commit/5ebf61f3ce7faa91199b21b784368bbc60cf0838

diff --git a/debian/control b/debian/control
index 13ff141..68df2f5 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends: cmake (>= 2.8.12~),
                kdevplatform-dev,
                kinit-dev,
                libboost-dev (>= 1.33.1),
-               libclang-14-dev,
+               libclang-13-dev,
                libgrantlee5-dev,
                libkf5archive-dev,
                libkf5auth-dev,
@@ -39,7 +39,7 @@ Build-Depends: cmake (>= 2.8.12~),
                libqt5webkit5-dev (>= 5.2.0~),
                libxml2-dev,
                libxslt1-dev,
-               llvm-14-dev,
+               llvm-13-dev,
                pkg-config,
                pkg-kde-tools (>= 0.12),
                qhelpgenerator-qt5,


More information about the Neon-commits mailing list