Skip to content

Commit

Permalink
fix: remove obsolete dependency, x11
Browse files Browse the repository at this point in the history
  • Loading branch information
9prady9 committed Mar 20, 2018
1 parent 6c68058 commit ab89d79
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ endif()

#packages not available via hunter
find_package(Doxygen QUIET)
find_package(X11 QUIET)
find_package(FreeImage QUIET)
if(UNIX)
find_package(FontConfig REQUIRED)
Expand Down
2 changes: 0 additions & 2 deletions src/backend/opengl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ target_include_directories(${BackendTarget}
${CMAKE_CURRENT_SOURCE_DIR}
${PROJECT_BINARY_DIR}
${PROJECT_SOURCE_DIR}/include
${X11_INCLUDE_DIR}
)

target_link_libraries(${BackendTarget}
Expand All @@ -106,7 +105,6 @@ if(UNIX)
target_link_libraries(${BackendTarget}
PRIVATE
FontConfig::FontConfig
${X11_X11_LIB}
$<$<AND:$<CXX_COMPILER_ID:GNU>,$<BOOL:${FG_USE_STATIC_CPPFLAGS}>>:-static-libstdc++>
$<$<AND:$<C_COMPILER_ID:GNU>,$<BOOL:${FG_USE_STATIC_CPPFLAGS}>>:-static-libgcc>
)
Expand Down

0 comments on commit ab89d79

Please sign in to comment.