8000 Error: module libinput: Child process exited with code 1 · Issue #433 · flathub/tv.kodi.Kodi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Error: module libinput: Child process exited with code 1 #433
Open
@djfulfill

Description

@djfulfill

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

meson-log.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0