From eaaa30ca9063d386fb2ea12c7a02512c1aff2eb0 Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 2 Feb 2026 17:35:51 -0600 Subject: [PATCH] EGL instead of GL --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index cac1db5..d9d555a 100755 --- a/flake.nix +++ b/flake.nix @@ -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 '';