libinput: explicitly depend on eudev-libudev-devel
meson introspect build --dependencies tell us that we should depend on it. closes #10394
This commit is contained in:
parent
4db519dcbf
commit
dacb8077f6
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'libinput'
|
||||
pkgname=libinput
|
||||
version=1.13.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
configure_args="-Ddebug-gui=false -Ddocumentation=false
|
||||
-Dtests=false"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libevdev-devel libwacom-devel mtdev-devel"
|
||||
makedepends="libevdev-devel libwacom-devel mtdev-devel eudev-libudev-devel"
|
||||
checkdepends="valgrind check-devel"
|
||||
short_desc="Provides handling input devices in Wayland compositors and X"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
|
|
Loading…
Reference in New Issue