Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorDenis Ollier <larchunix@users.noreply.github.com>2017-12-09 21:02:23 +0300
committerDenis Ollier <larchunix@users.noreply.github.com>2017-12-09 21:02:23 +0300
commitd1a1732941cbf30999bab438ea7183ca3d3f94cc (patch)
tree8f324f88f626dec19649cb7f2f86641636931dfd /cmake
parent3a473dda995d1e8147de62170871a1e1c76cdff2 (diff)
spice: remove spice-gtk2 support
GTK2 support in Remmina has been removed in d35067d
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindSPICE.cmake6
1 files changed, 1 insertions, 5 deletions
diff --git a/cmake/FindSPICE.cmake b/cmake/FindSPICE.cmake
index e293d0ea1..e17c6aed2 100644
--- a/cmake/FindSPICE.cmake
+++ b/cmake/FindSPICE.cmake
@@ -35,11 +35,7 @@ include(FindPkgConfig)
if(PKG_CONFIG_FOUND)
pkg_check_modules(PC_SPICE_PROTOCOL spice-protocol)
- if(GTK3_FOUND)
- pkg_check_modules(PC_SPICE_CLIENT spice-client-gtk-3.0)
- else()
- pkg_check_modules(PC_SPICE_CLIENT spice-client-gtk-2.0)
- endif()
+ pkg_check_modules(PC_SPICE_CLIENT spice-client-gtk-3.0)
endif()
if(PC_SPICE_CLIENT_FOUND)