From dacb8077f61dad44442b541d5d6d69b41586bf8a Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 30 Mar 2019 08:14:13 -0300 Subject: [PATCH] libinput: explicitly depend on eudev-libudev-devel meson introspect build --dependencies tell us that we should depend on it. closes #10394 --- srcpkgs/libinput/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index 7441355db83..b4f886150b9 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -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 "