forked from kiss-community/repo
libinput: optional udev
This commit is contained in:
parent
b6494a9e59
commit
1973da257b
@ -2,6 +2,10 @@
|
||||
|
||||
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
|
||||
|
||||
meson \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
@ -10,6 +14,8 @@ meson \
|
||||
-Ddocumentation=false \
|
||||
-Dtests=false \
|
||||
-Dlibwacom=false \
|
||||
-Dudev="${udev:=true}" \
|
||||
-Dtools="$udev" \
|
||||
. output
|
||||
|
||||
ninja -C output
|
||||
|
@ -1 +1 @@
|
||||
bfbf1fef66bcb2be871a18783dfcfb88ecb431f496bf0a9cf6685fd29c5843e1 libinput-1.15.0.tar.xz
|
||||
53c939d53d76c3b1299dae615c1841d4afe070ff084690718dcd61f19d091d69 597b16f5134b8d095039efb3a27a4d0b643718c3.tar.gz
|
||||
|
@ -1,4 +1,3 @@
|
||||
eudev
|
||||
libevdev
|
||||
meson make
|
||||
mtdev
|
||||
|
@ -1 +1 @@
|
||||
https://www.freedesktop.org/software/libinput/libinput-1.15.0.tar.xz
|
||||
https://github.com/oasislinux/libinput/archive/597b16f5134b8d095039efb3a27a4d0b643718c3.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
1.15.0 1
|
||||
1.15.0 2
|
||||
|
Loading…
Reference in New Issue
Block a user