EGL instead of GL

This commit is contained in:
2026-02-02 17:46:04 -06:00
parent eaaa30ca90
commit 1cea44a84a
3 changed files with 19 additions and 19 deletions

View File

@@ -64,9 +64,9 @@
-DRENDERER=1 \
-DWINDOW=1 \
-I include -I $imgui -I . \
-lGL -lglfw -lGLEW \
-lEGL -lglfw -lGLEW \
-Wall \
-o $name
-o $name -DIMGUI_IMPL_GLFW_DISABLE_X11
'';
installPhase = ''
@@ -106,9 +106,9 @@
-DRENDERER=1 \
-DWINDOW=1 \
-I include -I $imgui -I . \
-lGL -lglfw -lGLEW \
-lEGL -lglfw -lGLEW \
-Wall \
-o $name
-o $name -DIMGUI_IMPL_GLFW_DISABLE_X11
'';
installPhase = ''