Commit 6e735eb
committed
ci: install OpenGL/GLFW deps for the Linux viewer instead of SDL2
The interactive frontend moved from SDL2 to GLFW + OpenGL. GLFW is built
from source via CPM, so the runner needs system OpenGL (find_package(OpenGL)
gates IG_HAS_UI) plus GLFW's X11/Wayland backend headers; SDL2 is no longer
used.1 parent 5b51aee commit 6e735eb
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
0 commit comments