Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
libinput: optional udev
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jan 19, 2020
1 parent b6494a9 commit 1973da2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions xorg/libinput/build
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -10,6 +14,8 @@ meson \
-Ddocumentation=false \
-Dtests=false \
-Dlibwacom=false \
-Dudev="${udev:=true}" \
-Dtools="$udev" \
. output

ninja -C output
Expand Down
2 changes: 1 addition & 1 deletion xorg/libinput/checksums
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bfbf1fef66bcb2be871a18783dfcfb88ecb431f496bf0a9cf6685fd29c5843e1 libinput-1.15.0.tar.xz
53c939d53d76c3b1299dae615c1841d4afe070ff084690718dcd61f19d091d69 597b16f5134b8d095039efb3a27a4d0b643718c3.tar.gz
1 change: 0 additions & 1 deletion xorg/libinput/depends
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
eudev
libevdev
meson make
mtdev
2 changes: 1 addition & 1 deletion xorg/libinput/sources
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://www.freedesktop.org/software/libinput/libinput-1.15.0.tar.xz
https://github.com/oasislinux/libinput/archive/597b16f5134b8d095039efb3a27a4d0b643718c3.tar.gz
2 changes: 1 addition & 1 deletion xorg/libinput/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.0 1
1.15.0 2

0 comments on commit 1973da2

Please sign in to comment.