diff options
author | Adrien Plazas <kekun.plazas@laposte.net> | 2020-12-08 16:17:24 +0100 |
---|---|---|
committer | António Fernandes <antoniojpfernandes@gmail.com> | 2021-02-09 00:47:56 +0000 |
commit | 2b3b51df23752143fa30df857c4821ea0b535de6 (patch) | |
tree | 1e15386bf7f2c11f1949b369604d79150552f833 /meson.build | |
parent | aa9313bd350ea2d3b8b286359db32a0744fa9ec4 (diff) | |
download | nautilus-2b3b51df23752143fa30df857c4821ea0b535de6.tar.gz |
general: Use libhandy 1.0
It provides widgets we need for the enhancements in the next commits.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 3d9aaa340..3ceac6924 100644 --- a/meson.build +++ b/meson.build @@ -120,6 +120,7 @@ gmodule = dependency('gmodule-no-export-2.0', version: glib_ver) gnome_autoar = dependency('gnome-autoar-0', version: '>= 0.2.1') gnome_desktop = dependency('gnome-desktop-3.0', version: '>= 3.0.0') gtk = dependency('gtk+-3.0', version: '>= 3.22.27') +libhandy = dependency('libhandy-1', version: '>= 1.0.0') libportal = [] if get_option('libportal') libportal = dependency('libportal', version: '>= 0.3') |