WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=aa9b8eb1015dc253ea25cf768f5c38af83181247
commit aa9b8eb1015dc253ea25cf768f5c38af83181247 Author: Alastair Poole <nets...@gmail.com> Date: Fri Nov 26 00:49:40 2021 -0800 Wiki page freebsd-start.md changed with summary [Update to match config shell script options] by Alastair Poole --- pages/docs/distros/freebsd-start.md.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/docs/distros/freebsd-start.md.txt b/pages/docs/distros/freebsd-start.md.txt index fddad9db5..ade30ba61 100644 --- a/pages/docs/distros/freebsd-start.md.txt +++ b/pages/docs/distros/freebsd-start.md.txt @@ -79,7 +79,7 @@ setenv LDFLAGS "-L/usr/local/lib" Once you have installed all the required packages ``cd`` into the *efl-X.XX.X* folder and and set environment variables 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 @@ -132,7 +132,7 @@ setenv LDFLAGS "-L/usr/local/lib" You can now ``cd`` into the *efl\* directory compile and install EFL: ```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 --