Description
I know the packager is supposed to install the libevdev from the manifest and it fails on Ubuntu 24.04 Linux. I downloaded libevdev and build it from source. I have the files installed in ibevdev.pc and libevdev.so in the master directory. Here is the libevdev.pc file in the build-dir.
prefix=/app
includedir=${prefix}/include
libdir=${prefix}/lib64
Name: libevdev
Description: Handler library for evdev events
Version: 1.13.4
Libs: -L${libdir} -levdev
Libs.private: -lrt
Cflags: -I${includedir}/libevdev-1.0
Here is the file in the one I built from source to compare.
prefix=/usr/local
includedir=${prefix}/include
libdir=${prefix}/lib/x86_64-linux-gnu
Name: libevdev
Description: Handler library for evdev events
Version: 1.13.4
Libs: -L${libdir} -levdev
Libs.private: -lrt
Cflags: -I${includedir}/libevdev-1.0
I'll upload the log file.
Thanks,
Team - Kodi-Dev