diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-08-10 07:08:06 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-08-10 07:08:06 +0200 |
commit | 66d126f824bc755bad042e1cb94c1d79a3203c97 (patch) | |
tree | 464e249c41e88c03dec5fee175812db6702d7370 | |
parent | 9ea0fb27952bb529e86e3838a2abe356e4292998 (diff) |
Make libglx optional (alpine doesn't have it)
-rw-r--r-- | README.md | 4 | ||||
m--------- | depends/mgl | 0 |
2 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ C++ wrapper for [mgl](https://git.dec05eba.com/mgl/about/) ## 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.\ -mglpp needs to be initialized first and then a window created, before other functions are called.
\ No newline at end of file +mglpp needs to be initialized first and then a window created, before other functions are called. diff --git a/depends/mgl b/depends/mgl -Subproject ee6052d4e727e5197fd6cf5fb55b0fa5102145a +Subproject 1de5e22423bee66769966f21a4c256a0011aba8 |