mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-13 14:25:46 -04:00
HostDisplay: Support refresh rate queries on all platforms except Mac
This commit is contained in:
@ -113,6 +113,9 @@ if(USE_EGL)
|
||||
endif()
|
||||
if(USE_X11)
|
||||
find_package(X11 REQUIRED)
|
||||
if (NOT X11_Xrandr_FOUND)
|
||||
message(FATAL_ERROR "XRandR extension is required")
|
||||
endif()
|
||||
endif()
|
||||
if(USE_WAYLAND)
|
||||
find_package(ECM REQUIRED NO_MODULE)
|
||||
|
Reference in New Issue
Block a user