[Xfce4-commits] r30089 - terminal/trunk
Nick Schermer
nick at xfce.org
Sat Jun 27 21:27:11 CEST 2009
Author: nick
Date: 2009-06-27 19:27:11 +0000 (Sat, 27 Jun 2009)
New Revision: 30089
Modified:
terminal/trunk/configure.in.in
Log:
Set minimum VTE dependency to 0.17.1.
>From that version the VTE_CHECK_VERSION macros have been added, so
in the feature we can add proper checks for deprecated functions.
It also adds some new API we need to depend on.
Modified: terminal/trunk/configure.in.in
===================================================================
--- terminal/trunk/configure.in.in 2009-06-27 19:26:39 UTC (rev 30088)
+++ terminal/trunk/configure.in.in 2009-06-27 19:27:11 UTC (rev 30089)
@@ -83,7 +83,7 @@
dnl ***********************************
XDT_CHECK_PACKAGE([EXO], [exo-0.3], [0.3.4])
XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.10.0])
-XDT_CHECK_PACKAGE([VTE], [vte], [0.11.11])
+XDT_CHECK_PACKAGE([VTE], [vte], [0.17.1])
dnl *************************************************
dnl *** Optional support for startup notification ***
More information about the Xfce4-commits
mailing list