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

(-)~CMakeLists.txt (-5 / +9 lines)
Lines 102-112 Link Here
102
if(NOT WIN32)
102
if(NOT WIN32)
103
        MESSAGE(STATUS "<Checking for X11>")
103
        MESSAGE(STATUS "<Checking for X11>")
104
        MESSAGE(STATUS "<******************************>")
104
        MESSAGE(STATUS "<******************************>")
105
        include(FindX11)
105
        if(NO_X11)
106
        if(NOT X11_FOUND)
106
             message(status "<disabled per request>")
107
             MESSAGE(FATAL_ERROR "Could not find X11")
107
        else(NO_X11)
108
        endif(NOT X11_FOUND)
108
             include(FindX11)
109
        MESSAGE(STATUS OK)
109
             if(NOT X11_FOUND)
110
                  MESSAGE(FATAL_ERROR "Could not find X11")
111
             endif(NOT X11_FOUND)
112
	          MESSAGE(STATUS OK)
113
	     endif(NO_X11)
110
endif(NOT WIN32)
114
endif(NOT WIN32)
111
#**************************************************
115
#**************************************************
112
# Search for GLIB through PKG-Config
116
# Search for GLIB through PKG-Config

Return to bug 257019