Package: libplymouth-dev
Version: 24.004.60-5
Severity: serious
Tags: patch

Hi,

the package libplymouth-dev is missing dependencies on libevdev, xkbcommon and
libudev. Compiling plugins without these packages installed yields the
following error message from pkgconf:

Package libevdev was not found in the pkg-config search path.
Perhaps you should add the directory containing `libevdev.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libevdev', required by 'ply-splash-core', not found
Package 'xkbcommon', required by 'ply-splash-core', not found
Package 'libudev', required by 'ply-splash-core', not found

The following patch should fix this problem:

--- a/debian/control
+++ b/debian/control
@@ -82,7 +82,12 @@ Package: libplymouth-dev
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libplymouth5 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libevdev-dev,
+         libplymouth5 (= ${binary:Version}),
+         libudev-dev,
+         libxkbcommon-dev,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Breaks: plymouth-dev (<< 0.9.2-1~)
 Replaces: plymouth-dev (<< 0.9.2-1~)
 Description: graphical boot animation and logger - development files

Reply via email to