Remove unused X11 dependency

This commit is contained in:
Frederik Hertzum 2025-06-21 11:15:19 +02:00
parent 6ed4adb0ed
commit d7ebbb8b1a

View File

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