[neon/kde/kwin/Neon/unstable] debian: test if cmake-data solves the issue of pkg-config based deps not being found by the cmake linter

Carlos De Maine null at kde.org
Mon Feb 12 12:21:27 GMT 2024


Git commit 0999af480ddd298af3e744a7c000556228847ec2 by Carlos De Maine.
Committed on 12/02/2024 at 12:21.
Pushed by carlosdem into branch 'Neon/unstable'.

test if cmake-data solves the issue of pkg-config based deps not being found by the cmake linter

M  +2    -1    debian/control

https://invent.kde.org/neon/kde/kwin/-/commit/0999af480ddd298af3e744a7c000556228847ec2

diff --git a/debian/control b/debian/control
index 12d0480..99dfda1 100644
--- a/debian/control
+++ b/debian/control
@@ -135,7 +135,8 @@ Package: kwin-dev
 Section: libdevel
 Architecture: any
 X-Neon-MergedPackage: true
-Depends: kf6-kconfig-dev,
+Depends: cmake-data,
+         kf6-kconfig-dev,
          kf6-kcoreaddons-dev,
          kf6-kwindowsystem-dev,
          kwin-common (= ${binary:Version}),


More information about the Neon-commits mailing list