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 --- xorg/libinput/build | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 xorg/libinput/build (limited to 'xorg/libinput/build') diff --git a/xorg/libinput/build b/xorg/libinput/build deleted file mode 100755 index 4dc16c29..00000000 --- a/xorg/libinput/build +++ /dev/null @@ -1,18 +0,0 @@ -#!/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