From 01aba940c6d9183193915a745b9891f0cb657ba5 Mon Sep 17 00:00:00 2001 From: Alastair Poole Date: Fri, 26 Nov 2021 00:50:56 -0800 Subject: [PATCH] Wiki page openbsd-start.md changed with summary [Update to match confs/openbsd.sh] by Alastair Poole --- pages/docs/distros/openbsd-start.md.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/docs/distros/openbsd-start.md.txt b/pages/docs/distros/openbsd-start.md.txt index 1e6d5b8f9..847a0bf23 100644 --- a/pages/docs/distros/openbsd-start.md.txt +++ b/pages/docs/distros/openbsd-start.md.txt @@ -66,7 +66,7 @@ export CXX="clang++" Once you have installed all the required packages and setup the build environment ``cd`` into the *efl-X.XX.X* folder and run: ```bash -meson build -Dsystemd=false -Deeze=false +meson build -Dsystemd=false -Dv4l2=false -Deeze=false -Dinput=false ninja -C build su ninja -C build install @@ -129,7 +129,7 @@ export CXX="clang++" Once you have installed all the required packages and setup the build environment ``cd`` into the *efl-X.XX.X* folder and run: ```bash -meson build -Dsystemd=false -Deeze=false +meson build -Dsystemd=false -Dv4l2=false -Deeze=false -Dinput=false ninja -C build su ninja -C build install