summaryrefslogtreecommitdiff
path: root/confs/freebsd.sh
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-01-25 15:47:22 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-01-25 15:47:22 +0000
commitc6349ffd602b8ebc6d8f35b437eb7c0260ef5591 (patch)
treede4d4a9995052a8af0ded65e5233687c99a9cc65 /confs/freebsd.sh
parent9fa1b5b112424c5b3e6d840a8d30ecbda7fe07eb (diff)
downloadefl-c6349ffd602b8ebc6d8f35b437eb7c0260ef5591.tar.gz
add some sample configureations for a few os's
the idea is - if the configure fails .. provide the dep it's asking for. that simple. the rest of the build is the same (ninja -C build etc.)
Diffstat (limited to 'confs/freebsd.sh')
-rwxr-xr-xconfs/freebsd.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/confs/freebsd.sh b/confs/freebsd.sh
new file mode 100755
index 0000000000..1a88fc7295
--- /dev/null
+++ b/confs/freebsd.sh
@@ -0,0 +1,3 @@
+#!/bin/sh -e
+meson -Dsystemd=false -Dv4l2=false -Deeze=false -Devas-loaders-disabler=json \
+ $@ . build