summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2021-10-06 13:54:52 +0500
committerAlexander Mikhaylenko <alexm@gnome.org>2021-11-21 21:17:42 +0500
commit468aaa6b73992aa12964beca46e05cd7f4625971 (patch)
tree1eee8e046ff6fe693baab6014ad2b0082a3fd943 /meson.build
parent0435fdc07afeee02dc0bf5f8d80b50bf2f9bfb0e (diff)
downloadepiphany-468aaa6b73992aa12964beca46e05cd7f4625971.tar.gz
shell: Opt into dark preference
Bump the libhandy version requirement. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1029>
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 74eee8a78..9f0f16aaa 100644
--- a/meson.build
+++ b/meson.build
@@ -92,7 +92,7 @@ iso_codes_dep = dependency('iso-codes', version: '>= 0.35')
json_glib_dep = dependency('json-glib-1.0', version: '>= 1.6')
libarchive_dep = dependency('libarchive')
libdazzle_dep = dependency('libdazzle-1.0', version: '>= 3.37.1')
-libhandy_dep = dependency('libhandy-1', version: '>= 1.1.0')
+libhandy_dep = dependency('libhandy-1', version: '>= 1.5.0')
libsecret_dep = dependency('libsecret-1', version: '>= 0.19.0')
libxml_dep = dependency('libxml-2.0', version: '>= 2.6.12')
nettle_dep = dependency('nettle', version: nettle_requirement)