Hi, On Fri, 07 Nov 2025 10:42:12 +0100 Johannes Schauer Marin Rodrigues <[email protected]> wrote: > 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
I just uploaded a NMU fixing this to DELAYED/10. Please find the debdiff attached. Thanks! cheers, josch
diff -Nru plymouth-24.004.60/debian/changelog plymouth-24.004.60/debian/changelog --- plymouth-24.004.60/debian/changelog 2026-01-06 12:12:04.000000000 +0100 +++ plymouth-24.004.60/debian/changelog 2026-04-06 00:41:21.000000000 +0200 @@ -1,3 +1,11 @@ +plymouth (24.004.60-5.2) unstable; urgency=medium + + * Non-maintainer upload. + * libplymouth-dev: add Depends on libevdev, xkbcommon and libudev (Closes: + #1120298) + + -- Johannes Schauer Marin Rodrigues <[email protected]> Mon, 06 Apr 2026 00:41:21 +0200 + plymouth (24.004.60-5.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru plymouth-24.004.60/debian/control plymouth-24.004.60/debian/control --- plymouth-24.004.60/debian/control 2026-01-06 12:12:04.000000000 +0100 +++ plymouth-24.004.60/debian/control 2026-04-06 00:41:13.000000000 +0200 @@ -82,7 +82,12 @@ 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
signature.asc
Description: signature

