From c66af9c6a8d95a6d2b33adf5b5761b23468e5637 Mon Sep 17 00:00:00 2001 From: Alastair Poole Date: Fri, 23 Apr 2021 11:52:02 +0100 Subject: [PATCH] scripts: openbsd helper script. These are likely to diverge, so it's a good idea to keep the Free and OpenBSD scripts separate. --- confs/openbsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confs/openbsd.sh b/confs/openbsd.sh index 6d108a51f..32d73f18b 100755 --- a/confs/openbsd.sh +++ b/confs/openbsd.sh @@ -1,3 +1,3 @@ #!/bin/sh -e -meson -Dsystemd=false -Ddevice-udev=false -Dgesture-recognition=false \ +meson -Dsystemd=false -Delput=false -Ddevice-udev=false -Dgesture-recognition=false \ $@ . build