about summary refs log tree commit diff stats
path: root/src/library_list.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-03-05 16:42:20 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-03-05 16:42:20 +0100
commit791efc9e79b09f9f5ec3d01329ab33727a6afb0b (patch)
treed344c7ec0e292339d59bb0ba2393c55510d9a1d6 /src/library_list.h
parentf9bc94bfb8529c6b10c989ad3a355498a72d7f85 (diff)
downloadbox64-791efc9e79b09f9f5ec3d01329ab33727a6afb0b.tar.gz
box64-791efc9e79b09f9f5ec3d01329ab33727a6afb0b.zip
Added wrapped libGLX
Diffstat (limited to 'src/library_list.h')
-rwxr-xr-xsrc/library_list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library_list.h b/src/library_list.h
index dcc58a2c..9fbb5513 100755
--- a/src/library_list.h
+++ b/src/library_list.h
@@ -11,6 +11,8 @@ 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("libX11.so.6", libx11)
 GO("libasound.so.2", libasound)
 GO("libdl.so.2", libdl)