From 1c91a4024388a78eef878674099eebaa3b7ed528 Mon Sep 17 00:00:00 2001 From: Stefan Sichler Date: Fri, 16 Aug 2019 20:24:37 +0200 Subject: [windowing] resurrection of X11/GLES support --- docs/README.Linux.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/README.Linux.md b/docs/README.Linux.md index 10e4b3d60d..689a13b26e 100644 --- a/docs/README.Linux.md +++ b/docs/README.Linux.md @@ -134,9 +134,11 @@ cd $HOME/kodi-build Configure build for X11: ``` -cmake ../kodi -DCMAKE_INSTALL_PREFIX=/usr/local +cmake ../kodi -DCMAKE_INSTALL_PREFIX=/usr/local -DX11_RENDER_SYSTEM=gl ``` +**NOTE:** You can use `gles` instead of `gl` if you want to build with `GLES`. + Or configure build for Wayland: ``` cmake ../kodi -DCMAKE_INSTALL_PREFIX=/usr/local -DCORE_PLATFORM_NAME=wayland -DWAYLAND_RENDER_SYSTEM=gl -- cgit v1.2.3