stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=cb5ff3c60b7aebcf5f110a88cd8ab51fdaa0a4b8

commit cb5ff3c60b7aebcf5f110a88cd8ab51fdaa0a4b8
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Wed Aug 10 11:09:36 2016 +0200

    README: catch up with configure flags for Wayland support
    
    We need elput for input handling and drm here as well. Already fixed in the
    release notes but better catchup here as well.
---
 README | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README b/README
index c4ebf04..71f8519 100644
--- a/README
+++ b/README
@@ -564,7 +564,9 @@ Wayland is also supported fairly solidly in EFL 1.8. It is 
not
 required by default due to it being new and not that widely spread.
 You can enable Wayland support with:
 
-    --enable-wayland
+    --enable-wayland \
+    --enable-elput \
+    --enable-drm
 
 For faster rendering when dithering down to lower-than 24/32bpp, you
 can try:

-- 


Reply via email to