Skip to content

Commit

Permalink
cmake: disable libssh (causes GTK2/GTK3 version clash for some reason)
Browse files Browse the repository at this point in the history
  • Loading branch information
awakecoding committed Nov 26, 2011
1 parent 214ffd6 commit 060000a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ install_manifest.txt

remmina/remmina

rfbint.h
remmina/src/remmina
remmina/desktop/remmina.desktop
remmina-plugins/libvncserver/rfb/rfbconfig.h
Expand Down
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@ set(REMMINA_PLUGINDIR "${CMAKE_INSTALL_PREFIX}/lib/remmina/plugins")

configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.in ${CMAKE_CURRENT_SOURCE_DIR}/config.h)

find_suggested_package(SSH)
if(SSH_FOUND)
add_definitions(-DHAVE_LIBSSH)
endif()

find_suggested_package(PTHREAD)
if(PTHREAD_FOUND)
add_definitions(-DHAVE_PTHREAD)
Expand Down
7 changes: 0 additions & 7 deletions remmina/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,6 @@ if(VTE_FOUND)
target_link_libraries(remmina ${VTE_LIBRARIES})
endif()

find_optional_package(SSH)
if(SSH_FOUND)
add_definitions(-DHAVE_LIBSSH)
include_directories(${SSH_INCLUDE_DIRS})
target_link_libraries(remmina ${SSH_LIBRARIES})
endif()

find_suggested_package(APPINDICATOR)
if(APPINDICATOR_FOUND)
add_definitions(-DHAVE_LIBAPPINDICATOR)
Expand Down

0 comments on commit 060000a

Please sign in to comment.