Added missing dependency on Xcursor in SFMLConfigDependencies.cmake.in

This commit is contained in:
Corentin Schreiber 2020-08-27 08:12:18 +01:00 committed by Lukas Dürrenberger
parent 77145c130f
commit 0d82b99c7d

View File

@ -47,6 +47,7 @@ if(SFML_STATIC_LIBRARIES)
if(FIND_SFML_OS_LINUX OR FIND_SFML_OS_FREEBSD)
sfml_bind_dependency(TARGET X11 FRIENDLY_NAME "X11" SEARCH_NAMES "X11")
sfml_bind_dependency(TARGET X11 FRIENDLY_NAME "Xrandr" SEARCH_NAMES "Xrandr")
sfml_bind_dependency(TARGET X11 FRIENDLY_NAME "Xcursor" SEARCH_NAMES "Xcursor")
endif()
if(FIND_SFML_OS_LINUX)