summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorChristopher Davis <brainblasted@disroot.org>2021-02-10 20:37:27 -0800
committerJonathan Kang <jonathankang@gnome.org>2021-07-23 06:33:22 +0000
commit915d2794a0f9ddd8bace00c052f75a4f12e63c39 (patch)
tree0732e1fda79aefaa708fe2724c884f00b36646bc /meson.build
parentaa5b08c965d15e2c33f294e96fee9eba8b2d4190 (diff)
downloadgnome-logs-915d2794a0f9ddd8bace00c052f75a4f12e63c39.tar.gz
window, eventtoolbar, application: Use HdyApplicationWindow and HdyHeaderBar
Gives us bottom rounded corners.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 5fa71f6..cbe9cf0 100644
--- a/meson.build
+++ b/meson.build
@@ -71,6 +71,7 @@ endif
gl_deps = [
dependency('gio-unix-2.0', version : '>=2.43.90'),
dependency('gtk+-3.0', version : '>=3.22.0'),
+ dependency('libhandy-1', version : '>=1.1.0'),
dependency('libsystemd')
]