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

@@ -171,9 +171,9 @@
-DTESTIMGUI_DYNAMIC \
-fpic -shared \
-I include -I $imgui -I . \
-lGL -lglfw -lGLEW \
-lEGL -lglfw -lGLEW \
-Wall \
-o $name
-o $name -DIMGUI_IMPL_GLFW_DISABLE_X11
'';
installPhase = ''
@@ -214,9 +214,9 @@
-DCALCULATOR_DYNAMIC \
-fpic -shared \
-I include -I $imgui -I . \
-lGL -lglfw -lGLEW \
-lEGL -lglfw -lGLEW \
-Wall \
-o $name
-o $name -DIMGUI_IMPL_GLFW_DISABLE_X11
'';
installPhase = ''
@@ -360,9 +360,9 @@
-DWINDOW=1 \
-fpic -shared \
-I include -I $imgui -I . \
-lGL -lglfw -lGLEW \
-lEGL -lglfw -lGLEW \
-Wall \
-o $name
-o $name -DIMGUI_IMPL_GLFW_DISABLE_X11
'';
installPhase = ''
@@ -407,9 +407,9 @@
-DWINDOW=2 \
-fpic -shared \
-I include -I $imgui -I . \
-lGL -lSDL3 -lGLEW \
-lEGL -lSDL3 -lGLEW \
-Wall \
-o $name
-o $name -DIMGUI_IMPL_GLFW_DISABLE_X11
'';
installPhase = ''
@@ -450,9 +450,9 @@
-DTERMINAL_DYNAMIC \
-fpic -shared \
-I include -I $imgui -I . \
-lGL -lglfw -lGLEW \
-lEGL -lglfw -lGLEW \
-Wall \
-o $name
-o $name -DIMGUI_IMPL_GLFW_DISABLE_X11
'';
installPhase = ''
@@ -496,11 +496,11 @@
-DOLLAMA_DYNAMIC \
-fpic -shared \
-I include -I $imgui -I . \
-lGL -lglfw -lGLEW \
-lEGL -lglfw -lGLEW \
$(curl-config --cflags) \
$(curl-config --libs) \
-Wall \
-o $name
-o $name -DIMGUI_IMPL_GLFW_DISABLE_X11
'';
installPhase = ''