[neon/neon-packaging/kwin-x11/Neon/unstable] debian: fix more depends
Carlos De Maine
null at kde.org
Fri Mar 28 08:55:52 GMT 2025
Git commit 6b86c74350dd318aed299851ebebf6aff23edd41 by Carlos De Maine.
Committed on 28/03/2025 at 08:55.
Pushed by carlosdem into branch 'Neon/unstable'.
fix more depends
M +4 -2 debian/control
https://invent.kde.org/neon/neon-packaging/kwin-x11/-/commit/6b86c74350dd318aed299851ebebf6aff23edd41
diff --git a/debian/control b/debian/control
index 1c054ef..aecd9d0 100644
--- a/debian/control
+++ b/debian/control
@@ -147,7 +147,7 @@ X-Neon-MergedPackage: true
Depends: kf6-kconfig-dev,
kf6-kcoreaddons-dev,
kf6-kwindowsystem-dev,
- kwin-common (= ${binary:Version}),
+ kwin-x11-common (= ${binary:Version}),
libegl1-mesa-dev (>= 1.2~),
libepoxy-dev (>= 1.2),
libwayland-dev,
@@ -169,7 +169,9 @@ Description: KDE window manager, X11 version - devel files
Package: kwin-x11
Architecture: any
X-Neon-MergedPackage: true
-Depends: kwin-common (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: kwin-x11-common (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
Provides: kwin-x11, x-window-manager
Description: KDE window manager, X11 version
KWin/X11 is an X11 window manager and a compositing manager. Its primary
More information about the Neon-commits
mailing list