netstar pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=0601cda0ba4e7600eb44a8837616cd015354349f

commit 0601cda0ba4e7600eb44a8837616cd015354349f
Author: Alastair Poole <nets...@gmail.com>
Date:   Thu Aug 20 10:05:35 2020 +0100

    confs: Add OpenBSD Build Helper Scripts.
    
    As with E, add one for OpenBSD. Makes things easier in many
    respects.
---
 confs/openbsd.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/confs/openbsd.sh b/confs/openbsd.sh
new file mode 100755
index 0000000000..ac41281bcc
--- /dev/null
+++ b/confs/openbsd.sh
@@ -0,0 +1,3 @@
+#!/bin/sh -e
+meson -Dsystemd=false -Dv4l2=false -Deeze=false \
+ $@ . build

-- 


Reply via email to