diff options
author | Michael Catanzaro <mcatanzaro@gnome.org> | 2020-01-22 20:29:00 +0000 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@gnome.org> | 2020-01-22 20:29:00 +0000 |
commit | 44f3fc4ce41f95b2e67740b95a2a852b1c6be61c (patch) | |
tree | 8a24525dade8d3c55816b454c33600ccf8527cb3 /meson.build | |
parent | 135a46429a94af75e60dd6528f5cf8b0a06703a0 (diff) | |
download | epiphany-44f3fc4ce41f95b2e67740b95a2a852b1c6be61c.tar.gz |
Revert "Depend on libhandy-1"
This reverts commit c90c1230efc13b0f2d905d176bde8c87ce7b5de0
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index e1750b31b..d1abfd248 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-1') +libhandy_dep = dependency('libhandy-0.0', version: '>= 0.0.10') libnotify_dep = dependency('libnotify', version: '>= 0.5.1') libsecret_dep = dependency('libsecret-1', version: '>= 0.19.0') libsoup_dep = dependency('libsoup-2.4', version: '>= 2.48.0') |