confs: openbsd build helper script.

Small diversion. Make life easier for normal users until we get
another openbsd user ;)
This commit is contained in:
Alastair Poole 2020-07-21 16:53:40 +01:00
parent 4678fa60c2
commit 4d47c61942
1 changed files with 3 additions and 0 deletions

3
confs/openbsd.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh -e
meson -Dsystemd=false -Ddevice-udev=false -Dgesture-recognition=false \
$@ . build