forked from kiss-community/repo
libinput: depend on libudev-zero
This commit is contained in:
parent
333f4f599f
commit
ccdc28fade
@ -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
|
||||
|
@ -1,4 +1,5 @@
|
||||
libevdev
|
||||
libudev-zero
|
||||
linux-headers make
|
||||
meson make
|
||||
mtdev
|
||||
|
@ -1 +1 @@
|
||||
1.18.0 1
|
||||
1.18.0 2
|
||||
|
Loading…
Reference in New Issue
Block a user