[libgdata: 1/5] require glib 2.62 or newer
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata: 1/5] require glib 2.62 or newer
- Date: Mon, 7 Jun 2021 15:19:07 +0000 (UTC)
commit 3727a663a5c967cf627e2a2d5325193497064dc4
Author: Daniel Kolesa <dkolesa igalia com>
Date: Tue Apr 6 19:10:53 2021 +0200
require glib 2.62 or newer
meson.build | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/meson.build b/meson.build
index e4993291..a5ec8ef3 100644
--- a/meson.build
+++ b/meson.build
@@ -76,7 +76,7 @@ cc = meson.get_compiler('c')
# Requirements
gdata_deps = [
dependency('gobject-2.0'),
- dependency('glib-2.0', version: '>= 2.44.0'),
+ dependency('glib-2.0', version: '>= 2.62.0'),
dependency('gio-2.0', version: '>= 2.44.0'),
dependency('gio-unix-2.0'),
dependency('json-glib-1.0', version: '>= 0.15'),
@@ -84,8 +84,8 @@ gdata_deps = [
]
common_c_args = [
- '-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44',
- '-DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_60',
+ '-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_62',
+ '-DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_68',
]
# Private dependencies for libgdata (specifically used for pkgconfig)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]