2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00

libinput: depend on libudev-zero

This commit is contained in:
Dylan Araps 2021-07-03 09:35:56 +00:00
parent 333f4f599f
commit ccdc28fade
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
3 changed files with 2 additions and 7 deletions

View File

@ -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 \
@ -16,7 +11,6 @@ meson \
-Ddocumentation=false \
-Dtests=false \
-Dlibwacom=false \
-Dudev="${udev:=true}" \
. output
ninja -C output

View File

@ -1,4 +1,5 @@
libevdev
libudev-zero
linux-headers make
meson make
mtdev

View File

@ -1 +1 @@
1.18.0 1
1.18.0 2