aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-08-10 07:07:31 +0200
committerdec05eba <dec05eba@protonmail.com>2024-08-10 07:07:31 +0200
commit1de5e22423bee66769966f21a4c256a0011aba81 (patch)
tree0dbfff86ecf412d8e161806b20569538367390a5 /README.md
parentee6052d4e727e5197fd6cf5fb55b0fa5102145af (diff)
Make libglx optional (alpine doesn't have it)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d952ba8..91e07c9 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Right now mgl only supports x11. Mgl allows you to choose glx or egl at runtime.
## Build
`x11, libxrender, libxrandr`
## Runtime
-`libglvnd (libGL.so, libGLX.so, libEGL.so)`
+`libglvnd (libGL.so, libEGL.so)`
# Notes
Every window _get_ function is cached from the last event poll, no calls to x11 is made.\
Only one window can be created and used at once.\