summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2020-06-07 10:03:29 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2020-06-07 10:03:29 +0200
commitb20e8d83699de5c91e1b4359146bb64f85151fcd (patch)
treefda039383e48646df13ba2eaddd3d23168425dbc /meson.build
parentcec616536760636d8c4cb1c8b603c4b6411ca2a1 (diff)
downloadgnome-contacts-b20e8d83699de5c91e1b4359146bb64f85151fcd.tar.gz
Bump minimal E-D-S version to 3.30
There's a pretty good chance that there were some changes in evolution-data-server since `1.13`, so let's bump it to a reasonable minimum by setting it to the one in Debian stable (which is 3.30)
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e5a7037..d9e3aba 100644
--- a/meson.build
+++ b/meson.build
@@ -28,7 +28,7 @@ locale_dir = contacts_prefix / get_option('localedir')
po_dir = meson.source_root() / 'po'
# Dependencies
-min_eds_version = '3.13.90'
+min_eds_version = '3.30'
min_folks_version = '0.14'
min_glib_version = '2.58' # We also use this value for --target-glib, so scratch the micro version.