mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-18 03:28:07 -05:00
Merge non-GTK build fix from 'pre-0.78'.
This commit is contained in:
commit
bbdf504631
@ -96,6 +96,10 @@ if(GTK_FOUND)
|
|||||||
endif()
|
endif()
|
||||||
endfunction()
|
endfunction()
|
||||||
check_x11()
|
check_x11()
|
||||||
|
else()
|
||||||
|
# If we didn't even have GTK, behave as if X11 is not available.
|
||||||
|
# (There's nothing useful we could do with it even if there was.)
|
||||||
|
set(NOT_X_WINDOWS ON)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include_directories(${CMAKE_SOURCE_DIR}/charset ${GTK_INCLUDE_DIRS} ${X11_INCLUDE_DIR})
|
include_directories(${CMAKE_SOURCE_DIR}/charset ${GTK_INCLUDE_DIRS} ${X11_INCLUDE_DIR})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user