[libchamplainmm] Adjust required versions of packages



commit e1186e9f89371817f4f8b89e74db49aafa302db5
Author: Juan R. GarcĂ­a Blanco <juanrgar gmail com>
Date:   Sun Feb 23 22:38:31 2014 +0100

    Adjust required versions of packages
    
        * cluttermm-1.0 required
        * libchamplain-0.12 required

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2e45bfd..465fac6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([libchamplainmm], [0.4.1], [http://bugzilla.gnome.org/], [libchamplainmm], [http://www.gtkmm.org/])
+AC_INIT([libchamplainmm], [0.11.0], [http://bugzilla.gnome.org/], [libchamplainmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 
 AC_CONFIG_SRCDIR([libchamplain/libchamplainmm.h])
@@ -39,7 +39,7 @@ AC_DISABLE_STATIC
 AC_LIBTOOL_WIN32_DLL
 AC_PROG_LIBTOOL
 
-AC_SUBST([LIBCHAMPLAINMM_MODULES], ['champlain-0.4 >= 0.4.1 cluttermm-0.9 glibmm-2.4 >= 2.16'])
+AC_SUBST([LIBCHAMPLAINMM_MODULES], ['champlain-0.12 cluttermm-1.0 glibmm-2.4 >= 2.16'])
 PKG_CHECK_MODULES([LIBCHAMPLAINMM], [$LIBCHAMPLAINMM_MODULES])
 
 MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0])


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