diff options
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 |