From 66d126f824bc755bad042e1cb94c1d79a3203c97 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 10 Aug 2024 07:08:06 +0200 Subject: Make libglx optional (alpine doesn't have it) --- README.md | 4 ++-- depends/mgl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd37d28..cf20af3 100644 --- a/README.md +++ b/README.md @@ -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 index ee6052d..1de5e22 160000 --- a/depends/mgl +++ b/depends/mgl @@ -1 +1 @@ -Subproject commit ee6052d4e727e5197fd6cf5fb55b0fa5102145af +Subproject commit 1de5e22423bee66769966f21a4c256a0011aba81 -- cgit v1.2.3