From adc75aef45040e220dc501590fc19cbc13d804a3 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Fri, 28 Apr 2017 18:59:44 +0900 Subject: [PATCH] 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 073a5fde62..8b78d0ccee 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