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:
authorDaniel M. Weeks <dan@danweeks.net>2012-01-25 22:34:36 +0400
committerDaniel M. Weeks <dan@danweeks.net>2012-01-25 22:34:36 +0400
commit5760acfbc093600de3c2c91f2f07b3e041f580e0 (patch)
tree19ea0a0a1cb39ef2b5f9daaab45d95c1dfba2b24 /cmake
parentaaeaebebe339db70063fa58f939c08bd74687350 (diff)
cmake: Use correct VTE library version
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindVTE.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindVTE.cmake b/cmake/FindVTE.cmake
index d19d8adc8..eecb6c485 100644
--- a/cmake/FindVTE.cmake
+++ b/cmake/FindVTE.cmake
@@ -23,7 +23,7 @@ find_path(VTE_INCLUDE_DIR NAMES vte/vte.h
HINTS ${PC_VTE_INCLUDEDIR} ${PC_VTE_INCLUDE_DIRS}
PATH_SUFFIXES vte-2.90)
-find_library(VTE_LIBRARY NAMES vte)
+find_library(VTE_LIBRARY NAMES vte2_90)
include(FindPackageHandleStandardArgs)