Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 813450 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-7 / +9 lines)
Line  Link Here
0
-- a/CMakeLists.txt
0
++ b/CMakeLists.txt
Lines 111-122 Link Here
111
                      )
111
                      )
112
if (NOT APPLE AND NOT WIN32)
112
if (NOT APPLE AND NOT WIN32)
113
    find_package(X11)
113
    option(WITH_X11 "Build with X11 integration" ON)
114
endif()
114
    if (WITH_X11)
115
115
        find_package(X11 REQUIRED)
116
set(HAVE_X11 ${X11_FOUND})
116
        find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED X11Extras)
117
if (HAVE_X11)
117
        set(HAVE_X11 TRUE)
118
    find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED X11Extras)
118
    endif()
119
else()
120
    set(WITH_X11 OFF)
119
endif()
121
endif()
120
find_package(ACL)
122
find_package(ACL)

Return to bug 813450