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

libinput: optional udev

This commit is contained in:
Dylan Araps 2020-01-19 16:28:48 +02:00
parent b6494a9e59
commit 1973da257b
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
5 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -1 +1 @@
bfbf1fef66bcb2be871a18783dfcfb88ecb431f496bf0a9cf6685fd29c5843e1 libinput-1.15.0.tar.xz
53c939d53d76c3b1299dae615c1841d4afe070ff084690718dcd61f19d091d69 597b16f5134b8d095039efb3a27a4d0b643718c3.tar.gz

View File

@ -1,4 +1,3 @@
eudev
libevdev
meson make
mtdev

View File

@ -1 +1 @@
https://www.freedesktop.org/software/libinput/libinput-1.15.0.tar.xz
https://github.com/oasislinux/libinput/archive/597b16f5134b8d095039efb3a27a4d0b643718c3.tar.gz

View File

@ -1 +1 @@
1.15.0 1
1.15.0 2