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

libinput: Add support for libudev-compat

This commit is contained in:
Dylan Araps 2020-07-22 09:16:40 +03:00
parent 8487e4a36e
commit 6cbfbd6883
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -6,7 +6,9 @@ export DESTDIR="$1"
# Meson build has no support for automatically using
# udev if available. This simply does the same.
kiss l eudev >/dev/null 2>&1 || udev=false
kiss l eudev >/dev/null 2>&1 ||
kiss l libudev-zero >/dev/null 2>&1 ||
udev=false
meson \
--prefix=/usr \