summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2020-05-26 21:19:25 +0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-06-05 14:54:28 -0500
commit4443d988f3f5c746b810dc86987598e774ca956d (patch)
tree0ea3451f73ebbebdd9df8ecb98157a9abca16e61 /meson.build
parentcc547cd3b0cf6ef332def528370f5693b6cfbfa4 (diff)
downloadepiphany-4443d988f3f5c746b810dc86987598e774ca956d.tar.gz
Port to libhandy master
HdyDialog was removed, so revert to GtkDialog for now. Normalize the remove button in passwords dialog and use a proper action row there. This reverts commit 5a9e76f676dd4ea98841ac5f1348f146f00d034f.
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 f8a7421b6..aef352abd 100644
--- a/meson.build
+++ b/meson.build
@@ -92,7 +92,7 @@ hogweed_dep = dependency('hogweed', version: nettle_requirement)
iso_codes_dep = dependency('iso-codes', version: '>= 0.35')
json_glib_dep = dependency('json-glib-1.0', version: '>= 1.2.4')
libdazzle_dep = dependency('libdazzle-1.0', version: '>= 3.35.3')
-libhandy_dep = dependency('libhandy-0.0', version: '>= 0.0.10')
+libhandy_dep = dependency('libhandy-1', version: '>= 0.80.0')
libsecret_dep = dependency('libsecret-1', version: '>= 0.19.0')
libsoup_dep = dependency('libsoup-2.4', version: '>= 2.48.0')
libxml_dep = dependency('libxml-2.0', version: '>= 2.6.12')