mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 23:30:05 -07:00
libinput: Use pkg-config to check for libudev
This commit is contained in:
parent
0aa2ee4aea
commit
29d5ee1507
@ -6,9 +6,7 @@ export DESTDIR="$1"
|
|||||||
|
|
||||||
# Meson build has no support for automatically using
|
# Meson build has no support for automatically using
|
||||||
# udev if available. This simply does the same.
|
# udev if available. This simply does the same.
|
||||||
kiss l eudev >/dev/null 2>&1 ||
|
pkg-config --exists libudev || udev=false
|
||||||
kiss l libudev-zero >/dev/null 2>&1 ||
|
|
||||||
udev=false
|
|
||||||
|
|
||||||
meson \
|
meson \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
Loading…
Reference in New Issue
Block a user