diff options
author | Cem Keylan <cem@ckyln.com> | 2020-08-09 23:38:27 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-08-09 23:38:27 +0300 |
commit | 4414ced7c1f50ddf8465ed3dbb01a762fd5884b8 (patch) | |
tree | a4baaed1c67ea22930b5400abc5d9c2e24f6104b /xorg/libinput/build | |
parent | eb7fabd2850b4e265e8e7534e4fefb73d817d783 (diff) | |
download | repository-4414ced7c1f50ddf8465ed3dbb01a762fd5884b8.tar.gz |
libinput: bump to 1.16.0
Diffstat (limited to 'xorg/libinput/build')
-rwxr-xr-x | xorg/libinput/build | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/xorg/libinput/build b/xorg/libinput/build index eb7b6771..4dc16c29 100755 --- a/xorg/libinput/build +++ b/xorg/libinput/build @@ -1,13 +1,7 @@ #!/bin/sh -e -patch -p1 < libinput-optional-udev.patch - 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 \ @@ -16,8 +10,8 @@ meson \ -Ddocumentation=false \ -Dtests=false \ -Dlibwacom=false \ - -Dudev="${udev:=true}" \ - -Dtools="$udev" \ + -Dudev=true \ + -Dtools=true \ . output ninja -C output |