[totem] Depend on libpeas >= 0.5.2



commit 6635b01e3b01db6ecbc76738a78fb02e2865963c
Author: Philip Withnall <philip tecnocode co uk>
Date:   Mon Jul 12 23:16:01 2010 +0100

    Depend on libpeas >= 0.5.2
    
    The PeasUIConfigurable interface broke API for 0.5.2, and the Totem
    plugins have been updated to the new API.

 configure.in |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index c2d774a..10be474 100644
--- a/configure.in
+++ b/configure.in
@@ -48,6 +48,7 @@ TOTEM_PLPARSER_REQS=2.29.1
 GNOMEICON_REQS=2.15.90
 DBUS_REQS=0.61
 VALA_REQS=0.7.5
+PEAS_REQS=0.5.2
 
 AC_SUBST(GLIB_REQS)
 AC_SUBST(GTK_REQS)
@@ -272,8 +273,8 @@ dnl ================================================================
 dnl Plugins support
 dnl ================================================================
 
-PKG_CHECK_MODULES(PEAS, libpeas-1.0)
-PKG_CHECK_MODULES(PEASUI, libpeasui-1.0)
+PKG_CHECK_MODULES(PEAS, libpeas-1.0 >= $PEAS_REQS)
+PKG_CHECK_MODULES(PEASUI, libpeasui-1.0 >= $PEAS_REQS)
 
 dnl ================================================================
 dnl Python plugins



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]