[grilo-plugins] build: Support gmime 3.0
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins] build: Support gmime 3.0
- Date: Tue, 7 Mar 2017 14:12:31 +0000 (UTC)
commit f460a00bea4dcb91c6da9dd79caba463bc57b56a
Author: Bastien Nocera <hadess hadess net>
Date: Tue Mar 7 15:09:30 2017 +0100
build: Support gmime 3.0
And remove support for gmime 2.4 from 2012.
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a1cfe65..dc304b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,9 +164,9 @@ fi
PKG_CHECK_MODULES([JSON], [json-glib-1.0], HAVE_JSON_GLIB=yes, HAVE_JSON_GLIB=no)
-PKG_CHECK_MODULES(GMIME, gmime-2.6,
+PKG_CHECK_MODULES(GMIME, gmime-3.0,
HAVE_GMIME=yes,
- [PKG_CHECK_MODULES(GMIME, gmime-2.4,
+ [PKG_CHECK_MODULES(GMIME, gmime-2.6,
HAVE_GMIME=yes,
HAVE_GMIME=no)])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]