mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
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 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'libinput'
|
# Template file for 'libinput'
|
||||||
pkgname=libinput
|
pkgname=libinput
|
||||||
version=1.13.0
|
version=1.13.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Ddebug-gui=false -Ddocumentation=false
|
configure_args="-Ddebug-gui=false -Ddocumentation=false
|
||||||
-Dtests=false"
|
-Dtests=false"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libevdev-devel libwacom-devel mtdev-devel"
|
makedepends="libevdev-devel libwacom-devel mtdev-devel eudev-libudev-devel"
|
||||||
checkdepends="valgrind check-devel"
|
checkdepends="valgrind check-devel"
|
||||||
short_desc="Provides handling input devices in Wayland compositors and X"
|
short_desc="Provides handling input devices in Wayland compositors and X"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue