Compare commits

..

1 Commits
main ... no-x11

Author SHA1 Message Date
Frederik Hertzum d7ebbb8b1a Remove unused X11 dependency 2025-06-21 11:15:19 +02:00

View File

@ -54,7 +54,6 @@ elseif (UNIX)
pthread # For threading (similar to kernel32)
dl # For dynamic library loading (similar to LoadLibrary)
m # For math library (optional but common on Linux)
X11 # For X Window System (similar to user32 for GUI support)
)
endif()