From bd36e113fed47de6ac33e411daf7a0b2a34bcbf6 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 4 Oct 2020 22:51:57 +0300 Subject: move non xorg specific packages to extra --- extra/libinput/build | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 extra/libinput/build (limited to 'extra/libinput/build') diff --git a/extra/libinput/build b/extra/libinput/build new file mode 100755 index 00000000..4dc16c29 --- /dev/null +++ b/extra/libinput/build @@ -0,0 +1,18 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +meson \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + -Ddebug-gui=false \ + -Ddocumentation=false \ + -Dtests=false \ + -Dlibwacom=false \ + -Dudev=true \ + -Dtools=true \ + . output + +ninja -C output +ninja -C output install -- cgit v1.2.3