From e03eb86fe3ac475bf0a716c51a6b97a58290d152 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 12 Jul 2021 11:21:51 -0400 Subject: [PATCH] libinput: depend on libudev-zero --- extra/libinput/build | 5 ----- extra/libinput/depends | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/extra/libinput/build b/extra/libinput/build index 52895f7..5f377ae 100755 --- a/extra/libinput/build +++ b/extra/libinput/build @@ -2,11 +2,6 @@ export DESTDIR="$1" -pkg-config --exists libudev || { - printf 'udev (or libudev-zero) is required\n' - exit 1 -} - meson \ --prefix=/usr \ --sysconfdir=/etc \ diff --git a/extra/libinput/depends b/extra/libinput/depends index c323c7a..06b7c67 100644 --- a/extra/libinput/depends +++ b/extra/libinput/depends @@ -1,4 +1,5 @@ libevdev +libudev-zero linux-headers make meson make mtdev -- 2.39.2