From cb5ff3c60b7aebcf5f110a88cd8ab51fdaa0a4b8 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 10 Aug 2016 11:09:36 +0200 Subject: [PATCH] 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: -- 2.7.4