]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
libinput: fix building with debug-gui option
authorMarc Ferland <marc.ferland@sonatest.com>
Mon, 22 Apr 2024 14:12:54 +0000 (10:12 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Apr 2024 21:11:31 +0000 (22:11 +0100)
commit8b632a6bb45a12dc4b72864ff83a19a5500fb238
tree9044ae52e935f52a8a6a37c3007643ec30c40cc4
parentc17b1d459f128d7620c1671aa8b051255f877416
libinput: fix building with debug-gui option

When building libinput with the 'gui' PACKAGECONFIG option, it fails
with:

| Run-time dependency x11 found: YES 1.8.9
| Run-time dependency wayland-client found: YES 1.22.0
| Run-time dependency wayland-protocols found: YES 1.34
| Program wayland-scanner found: NO
|
| ../git/meson.build:578:20: ERROR: Program 'wayland-scanner' not found or not executable
|
| A full log can be found at /home/marc/mnt/yocto-latest/build/tmp/work/core2-64-poky-linux/libinput/1.25.0/build/meson-logs/meson-log.txt
| ERROR: meson failed
| WARNING: exit code 1 from a shell command.

Adding a build dependency on wayland-native fixes the issue.

Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/wayland/libinput_1.25.0.bb