From abe682d3a577dad5731d2b4a4590bcbf5e70643e Mon Sep 17 00:00:00 2001 From: Erik Tagirov Date: Fri, 11 Oct 2024 11:13:25 +0200 Subject: [PATCH] doc(wayland) Update documentation Remove the step that tells to edit the CMakeLists.txt file and manually enable the option to select the backend --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 56ba59d..5f23c31 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,6 @@ To use wayland, adjust `lv_conf.h` as follows: #define LV_USE_WAYLAND 1 ``` -When using SDL2, wayland or libdrm the relevant option needs to be enabled in `CMakeLists.txt` ### cmake