Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Archive
vinagre
Commits
a4c29c66
Commit
a4c29c66
authored
Jul 14, 2010
by
Frederic Peters
Browse files
Require newer VTE for SSH plugin, to get a GTK+ 3 version
parent
daa00018
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
a4c29c66
...
...
@@ -149,7 +149,7 @@ AC_ARG_ENABLE(ssh,
if test "x$enable_ssh" = "xyes" ; then
PKG_CHECK_MODULES(SSH,\
vte >= $VTE_REQUIRED \
vte
-2.90
>= $VTE_REQUIRED \
libxml-2.0 >= $XML_REQUIRED)
AC_SUBST(VTE_CFLAGS)
AC_SUBST(VTE_LIBS)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment