summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorAdrien Plazas <kekun.plazas@laposte.net>2018-02-19 15:14:29 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2018-10-30 21:43:47 +0000
commit3c3133dfc5d9ceec0dfae596efe32c200b8ca925 (patch)
tree847997eb3c85385f3789098e25fe1c5b9b6d3eb7 /src/meson.build
parentb3290909376f0677b8755fd92610c0377ede5635 (diff)
downloadgnome-contacts-3c3133dfc5d9ceec0dfae596efe32c200b8ca925.tar.gz
Meson: Add libhandy dependency
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index b09fea5..9738386 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -23,6 +23,7 @@ contacts_vala_args = [
contacts_c_args = [
'-include', 'config.h',
'-DGNOME_DESKTOP_USE_UNSTABLE_API',
+ '-DHANDY_USE_UNSTABLE_API',
'-DLOCALEDIR="@0@"'.format(locale_dir),
]
@@ -38,6 +39,7 @@ contacts_deps = [
libebook,
libedataserver,
libedataserverui,
+ libhandy,
math,
]