aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoryol <yol@casix.org>2019-11-17 23:17:34 +0000
committerGitHub <noreply@github.com>2019-11-17 23:17:34 +0000
commit667fa855c5fa88850287764c0b7f6fd943a35244 (patch)
treecb63a05e9a06fab81d2279fdbeb4fda3709f1613 /docs
parent049d604f34d4d31808a63e9934c28a67b4b8dffe (diff)
parent1c91a4024388a78eef878674099eebaa3b7ed528 (diff)
Merge pull request #16510 from stsichler/master-feature-x11gles
Resurrection of X11/GLES support
Diffstat (limited to 'docs')
-rw-r--r--docs/README.Linux.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/README.Linux.md b/docs/README.Linux.md
index 54f2fe3aae..4b9fbd9429 100644
--- a/docs/README.Linux.md
+++ b/docs/README.Linux.md
@@ -136,9 +136,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