Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 563152
Collapse All | Expand All

(-)CMakeLists.txt.old (-1 lines)
Lines 560-566 Link Here
560
endif(SUPPORT_X11 AND NOT SUPPORT_OPENGL)
560
endif(SUPPORT_X11 AND NOT SUPPORT_OPENGL)
561
561
562
if(SUPPORT_X11)
562
if(SUPPORT_X11)
563
    set(CMAKE_REQUIRED_LIBRARIES ${X11_LIBRARIES})
564
563
565
    check_library_exists(Xcursor XcursorImageCreate "" CAN_XCURSOR)
564
    check_library_exists(Xcursor XcursorImageCreate "" CAN_XCURSOR)
566
    if(CAN_XCURSOR)
565
    if(CAN_XCURSOR)

Return to bug 563152