summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-05-27 21:04:27 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-05-27 21:04:27 -0500
commit8fccfb617b79c5fd0cf8ffb1b41ddfbf3d69113a (patch)
treec536e45c62a6566b7b5a8a716512f904d4692e0d
parent3576b2da9ae09e7b66c6387d9aae75876063ea4e (diff)
downloadepiphany-8fccfb617b79c5fd0cf8ffb1b41ddfbf3d69113a.tar.gz
Add note on dependency policy
-rw-r--r--meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 838312659..65121058e 100644
--- a/meson.build
+++ b/meson.build
@@ -61,6 +61,9 @@ else
)
endif
+# Dependencies policy: except for WebKitGTK+, all dependency versions must be
+# available in Ubuntu 18.04. Please check before bumping the required version
+# of any dependency.
glib_requirement = '>= 2.52.0'
gtk_requirement = '>= 3.22.13'
nettle_requirement = '>= 3.2'