Wiki page openbsd-start.md changed with summary [Update to match confs/openbsd.sh] by Alastair Poole

This commit is contained in:
Alastair Poole 2021-11-26 00:50:56 -08:00 committed by www-data
parent aa9b8eb101
commit 01aba940c6
1 changed files with 2 additions and 2 deletions

View File

@ -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