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 (-3 / +9 lines)
Line  Link Here
0
-- a/CMakeLists.txt
0
++ b/CMakeLists.txt
Lines 30-38 Link Here
30
30
31
#optional features
31
#optional features
32
if (NOT APPLE)
32
if (NOT APPLE)
33
    find_package(X11)
33
    option(WITH_X11 "Build with X11 integration" ON)
34
    if (WITH_X11)
35
        find_package(X11 REQUIRED)
36
        set(HAVE_X11 TRUE)
37
    endif()
38
else()
39
    set(WITH_X11 OFF)
40
34
endif()
41
endif()
35
set(HAVE_X11 ${X11_FOUND})
36
42
37
find_package(XCB MODULE COMPONENTS XCB)
43
find_package(XCB MODULE COMPONENTS XCB)
38
set_package_properties(XCB PROPERTIES TYPE OPTIONAL)
44
set_package_properties(XCB PROPERTIES TYPE OPTIONAL)

Return to bug 813450