Remove unused X11 dependency
This commit is contained in:
parent
6ed4adb0ed
commit
d7ebbb8b1a
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue