Added X11 back to the linker list for FreeBSD

This commit is contained in:
Zachariah Brown 2015-03-19 19:49:39 -04:00 committed by Lukas Dürrenberger
parent d53338298a
commit ae53cfd0d9

View File

@ -220,7 +220,7 @@ if(SFML_OS_WINDOWS)
elseif(SFML_OS_LINUX)
list(APPEND WINDOW_EXT_LIBS ${LIBXCB_LIBRARIES} ${UDEV_LIBRARIES})
elseif(SFML_OS_FREEBSD)
list(APPEND WINDOW_EXT_LIBS ${LIBXCB_LIBRARIES} usbhid)
list(APPEND WINDOW_EXT_LIBS ${X11_X11_LIB} ${X11_Xrandr_LIB} ${LIBXCB_LIBRARIES} usbhid)
elseif(SFML_OS_MACOSX)
list(APPEND WINDOW_EXT_LIBS "-framework Foundation -framework AppKit -framework IOKit -framework Carbon")
elseif(SFML_OS_IOS)