[gnome-documents] build: require g-o-a >= 3.1.90



commit 3b412faf991df7957a761eaea029c78f2f47f0e9
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Sep 6 15:33:39 2011 -0400

    build: require g-o-a >= 3.1.90
    
    3.1.90 introduced Documents support.

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c3c72b2..a267f4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,7 +65,7 @@ PKG_CHECK_MODULES(DOCUMENTS,
                   gtk+-3.0 >= $GTK_MIN_VERSION
                   gnome-desktop-3.0
                   tracker-sparql-0.12
-                  goa-1.0
+                  goa-1.0 >= $GOA_MIN_VERSION
                   libgdata >= $GDATA_MIN_VERSION
                   oauth)
 
@@ -74,7 +74,7 @@ PKG_CHECK_MODULES(MINER,
                   tracker-miner-0.12
                   glib-2.0 >= $GLIB_MIN_VERSION
                   gio-2.0 >= $GLIB_MIN_VERSION
-                  goa-1.0
+                  goa-1.0 >= $GOA_MIN_VERSION
                   libgdata >= $GDATA_MIN_VERSION
                   oauth)
 



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