egl backend for linux backend of opengl backend of render

This commit is contained in:
Ryan Fleury
2025-05-10 11:04:59 -07:00
parent ab5c47a0fd
commit b9350c867c
10 changed files with 402 additions and 158 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ gcc_out="-o"
# --- Per-Build Settings ------------------------------------------------------
link_dll="-fPIC"
link_os_gfx="-lX11 -lXext"
link_render="-lGL"
link_render="-lGL -lEGL"
# --- Choose Compile/Link Lines -----------------------------------------------
if [ -v gcc ]; then compile_debug="$gcc_debug"; fi