raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=adc75aef45040e220dc501590fc19cbc13d804a3
commit adc75aef45040e220dc501590fc19cbc13d804a3 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Fri Apr 28 18:59:44 2017 +0900 efl readme - remove liblz4 from recommendations it's probably not a good idea as it adds some dirty pages for a tiny lib that we already supply in our source. if your distro demands you do this - fine. but i wouldnt recommend this highly. --- README | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README b/README index 073a5fd..8b78d0c 100644 --- a/README +++ b/README @@ -493,15 +493,13 @@ Recommended requirements (highly recommended): * harfbuzz * libwebp - * liblz4 Enable these with configure options: --enable-xinput22 \ --enable-image-loader-webp \ --enable-harfbuzz \ - --enable-multisense \ - --enable-liblz4 + --enable-multisense COMPILER FLAGS -------------- @@ -512,7 +510,7 @@ that to ensure ABI stability you should use the exact same CFLAGS / CXXFLAGS for all the build of EFL and any applications/libraries that depend on them. -Other recommendations: +Other possible recommendations: * scim --
