View | Details | Raw Unified | Return to bug 215803 | Differences between
and this patch

Collapse All | Expand All

(-)Source/Core/Common/CMakeLists.txt (-1 / +1 lines)
Lines 88-94 Link Here
88
        set(SRCS ${SRCS} GL/GLInterface/GLX.cpp)
88
        set(SRCS ${SRCS} GL/GLInterface/GLX.cpp)
89
        # GLX has a hard dependency on libGL.
89
        # GLX has a hard dependency on libGL.
90
        # Make sure to link to it if using GLX.
90
        # Make sure to link to it if using GLX.
91
        set(LIBS ${LIBS} ${OPENGL_LIBRARIES})
91
        set(LIBS ${OPENGL_LIBRARIES} thr ${LIBS})
92
    endif()
92
    endif()
93
    set(SRCS ${SRCS} GL/GLInterface/X11_Util.cpp)
93
    set(SRCS ${SRCS} GL/GLInterface/X11_Util.cpp)
94
    set(LIBS ${LIBS} ${XRANDR_LIBRARIES})
94
    set(LIBS ${LIBS} ${XRANDR_LIBRARIES})

Return to bug 215803