From 4d47c61942bf380af609a2191927ac1e39c7b39d Mon Sep 17 00:00:00 2001 From: Alastair Poole Date: Tue, 21 Jul 2020 16:53:40 +0100 Subject: [PATCH] confs: openbsd build helper script. Small diversion. Make life easier for normal users until we get another openbsd user ;) --- confs/openbsd.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 confs/openbsd.sh diff --git a/confs/openbsd.sh b/confs/openbsd.sh new file mode 100755 index 000000000..6d108a51f --- /dev/null +++ b/confs/openbsd.sh @@ -0,0 +1,3 @@ +#!/bin/sh -e +meson -Dsystemd=false -Ddevice-udev=false -Dgesture-recognition=false \ + $@ . build