File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ endif()
59
59
60
60
#packages not available via hunter
61
61
find_package (Doxygen QUIET )
62
- find_package (X11 QUIET )
63
62
find_package (FreeImage QUIET )
64
63
if (UNIX )
65
64
find_package (FontConfig REQUIRED )
Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ target_include_directories(${BackendTarget}
85
85
${CMAKE_CURRENT_SOURCE_DIR}
86
86
${PROJECT_BINARY_DIR}
87
87
${PROJECT_SOURCE_DIR} /include
88
- ${X11_INCLUDE_DIR}
89
88
)
90
89
91
90
target_link_libraries (${BackendTarget}
@@ -106,7 +105,6 @@ if(UNIX)
106
105
target_link_libraries (${BackendTarget}
107
106
PRIVATE
108
107
FontConfig::FontConfig
109
- ${X11_X11_LIB}
110
108
$< $< AND:$< CXX_COMPILER_ID:GNU> ,$< BOOL:${FG_USE_STATIC_CPPFLAGS} > > :-static-libstdc++>
111
109
$< $< AND:$< C_COMPILER_ID:GNU> ,$< BOOL:${FG_USE_STATIC_CPPFLAGS} > > :-static-libgcc>
112
110
)
You can’t perform that action at this time.
0 commit comments