This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository www-content.

View the commit online.

commit 156db7c857a784eef8cdbf1212bbd23194211571
Author: Philippe Jean Guillaumie <bat...@sfr.fr>
AuthorDate: Fri Jun 3 00:43:19 2022 -0700

    Wiki page ubuntu-start.md changed with summary [Add required configuration option] by Philippe Jean Guillaumie
---
 pages/docs/distros/ubuntu-start.md.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/docs/distros/ubuntu-start.md.txt b/pages/docs/distros/ubuntu-start.md.txt
index 10b819ced..8d136db13 100644
--- a/pages/docs/distros/ubuntu-start.md.txt
+++ b/pages/docs/distros/ubuntu-start.md.txt
@@ -78,7 +78,7 @@ sudo apt install libssl-dev libsystemd-dev libjpeg-dev libglib2.0-dev libgstream
 Once you have installed all the packages EFL needs, ``cd`` into the ``efl-X.XX.X`` folder and run: 
 
 ```bash
-meson build
+meson -Dlua-interpreter=lua build
 ninja -C build
 sudo ninja -C build install
 ```
@@ -139,7 +139,7 @@ Note that EFL now supports JPEG XL. However, Ubuntu does not provide packages fo
 Now you can ``cd`` into the ``efl`` directory and run the ``meson build`` script to create and configure the software ready for compilation:
 
 ```bash
-meson build
+meson -Dlua-interpreter=lua build
 ```
 
 Once configured, you can compile the software with:

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to