[gimp] Depend on GEGL 0.1.9 and use the new gegk-0.1 pkg-config file
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Depend on GEGL 0.1.9 and use the new gegk-0.1 pkg-config file
- Date: Mon, 2 Apr 2012 10:34:03 +0000 (UTC)
commit 92529226512f9d0564430783324a2884e7957346
Author: Michael Natterer <mitch gimp org>
Date: Mon Apr 2 12:33:26 2012 +0200
Depend on GEGL 0.1.9 and use the new gegk-0.1 pkg-config file
app/sanity.c | 2 +-
configure.ac | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/sanity.c b/app/sanity.c
index 01d3b20..ebc6d7e 100644
--- a/app/sanity.c
+++ b/app/sanity.c
@@ -389,7 +389,7 @@ sanity_check_gegl (void)
#define GEGL_REQUIRED_MAJOR 0
#define GEGL_REQUIRED_MINOR 1
-#define GEGL_REQUIRED_MICRO 8
+#define GEGL_REQUIRED_MICRO 9
gegl_get_version (&gegl_major_version,
&gegl_minor_version,
diff --git a/configure.ac b/configure.ac
index 531b99c..8ba24ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,7 +41,7 @@ m4_define([gimp_full_name], [GNU Image Manipulation Program])
# required versions of other packages
m4_define([babl_required_version], [0.1.8])
-m4_define([gegl_required_version], [0.1.8])
+m4_define([gegl_required_version], [0.1.9])
m4_define([glib_required_version], [2.30.2])
m4_define([atk_required_version], [2.0.1])
m4_define([gtk_required_version], [2.24.7])
@@ -478,7 +478,7 @@ AC_SUBST(ISO_CODES_LOCALEDIR)
###############################
PKG_CHECK_MODULES(BABL, babl >= babl_required_version)
-PKG_CHECK_MODULES(GEGL, gegl >= gegl_required_version)
+PKG_CHECK_MODULES(GEGL, gegl-0.1 >= gegl_required_version)
PKG_CHECK_MODULES(ATK, atk >= atk_required_version)
AM_PATH_GLIB_2_0(glib_required_version, :,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]