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