[balsa/gmime3: 6/53] Bump GMime requirement to 3.2.4



commit baf038c9d1c15b822fcf1373dbb5792bf5d07123
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Wed Nov 20 16:45:41 2019 -0800

    Bump GMime requirement to 3.2.4

 configure.ac | 4 ++--
 meson.build  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0ab69bb36..c25ef66c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -225,7 +225,7 @@ dnl #####################################################################
 PKG_CHECK_MODULES(BALSA, [
 glib-2.0 >= 2.48.0
 gtk+-3.0 >= 3.18.0
-gmime-2.6
+gmime-3.0 >= 3.2.4
 gio-2.0
 gthread-2.0
 gnutls >= 3.0
@@ -236,7 +236,7 @@ libical >= 3.0.0
 PKG_CHECK_MODULES(BALSA_AB, [
    glib-2.0
    gtk+-3.0
-   gmime-2.6
+   gmime-3.0 >= 3.2.4
 ])
 
 PKG_CHECK_MODULES(LIBNETCLIENT, [
diff --git a/meson.build b/meson.build
index 64e1ca627..f4040cc32 100644
--- a/meson.build
+++ b/meson.build
@@ -130,7 +130,7 @@ conf.set('TOOLKIT_CATEGORIES', TOOLKIT_CATEGORIES)
 # Dependencies for balsa and balsa_ab:
 glib_dep    = dependency('glib-2.0', version : '>= 2.48.0')
 gtk_dep     = dependency('gtk+-3.0', version : '>= 3.18.0')
-gmime_dep   = dependency('gmime-2.6')
+gmime_dep   = dependency('gmime-3.0', version : '>= 3.2.4')
 gio_dep     = dependency('gio-2.0')
 gthread_dep = dependency('gthread-2.0')
 gnutls_dep  = dependency('gnutls', version : '>= 3.0')


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