about summary refs log tree commit diff stats
path: root/src/library_list.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-02-29 12:55:57 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-02-29 12:55:57 +0100
commit50250bd2ca6bd4e30486da9a55ffee0cebebc37d (patch)
tree82ca32449ae6bc296f918baf55e1f5aba60b1dda /src/library_list.h
parent0e71c3a2ac67f9c77d27571f3e70429aefded5d5 (diff)
downloadbox64-50250bd2ca6bd4e30486da9a55ffee0cebebc37d.tar.gz
box64-50250bd2ca6bd4e30486da9a55ffee0cebebc37d.zip
Added wrapped support for EGL/GLESv2
Diffstat (limited to 'src/library_list.h')
-rw-r--r--src/library_list.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/library_list.h b/src/library_list.h
index ba69fd4e..6314311a 100644
--- a/src/library_list.h
+++ b/src/library_list.h
@@ -6,12 +6,15 @@ GO("libc.musl-x86_64.so.1", libcmusl)
 GO("librt.so.1", librt)
 GO("libbsd.so.0", libbsd)
 GO("libEGL.so.1", libegl)
+GO("libEGL.so", libegl)
 GO("libGL.so.1", libgl)
 GO("libGL.so", libgl)
 GO("libOpenGL.so.0", libgl)
 GO("libGLU.so.1", libglu)
 GO("libGLX.so.0", libglx)
 GO("libGLX.so", libglx)
+GO("libGLESv2.so.2", glesv2)
+GO("libGLESv2.so", glesv2)
 GO("libX11.so.6", libx11)
 GO("libasound.so.2", libasound)
 GO("libasound.so", libasound)