There's a merged pull request on the void-packages repository libwacom: add missing dep for -devel subpkg https://github.com/void-linux/void-packages/pull/48205 Description: `libwacom-devel-2.9.0` requires `libevdev-devel` as a dependency. `mutter` which depends on `libwacom-devel` fails to build and spits out this error: ``` meson.build:284:17: ERROR: Dependency lookup for libwacom with method 'pkgconfig' failed: Could not generate cflags for libwacom: 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 'libwacom', not found ``` #### Testing the changes - I tested the changes in this PR: **YES** #### Local build testing - I built this PR locally for my native architecture, (x86_64)