EGL instead of GL

This commit is contained in:
2026-02-02 17:35:51 -06:00
parent 889b852f5f
commit eaaa30ca90

View File

@@ -114,7 +114,7 @@
-DRENDERER=1 \
-DWINDOW=1 \
-DWINDOWMODULE_DYNAMIC \
-lGL -lglfw -lGLEW \
-lEGL -lglfw -lGLEW \
-Wall \
-o $name
'';
@@ -157,7 +157,7 @@
-DCUSTOMFONT=${pkgs.fira-code}/share/fonts/truetype/FiraCode-VF.ttf \
-fpic -shared \
-I include -I $imgui -I . \
-lGL -lglfw -lGLEW \
-lEGL -lglfw -lGLEW \
-Wall \
-o $name
'';