summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2020-11-02 22:12:43 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2020-11-02 22:12:43 +0100
commit0a3714fa9c674a095a6929ba88f10cfabb292de4 (patch)
treecff3827f6d3fcb5d17e3e051fbd0113c851c082c
parent3f4bfdb650554eb8dd202b1feee41d63905db8f4 (diff)
downloadgnome-contacts-bugfix/fix-docs-build.tar.gz
docs: Use the correct libhandy package namebugfix/fix-docs-build
When switching to libhandy 1.0, we accidentally broke the valadoc build, since that tried looking for the `handy 0.0` package. Fix the custom target to look for the correct one now. Fixes https://gitlab.gnome.org/GNOME/gnome-contacts/-/issues/177
-rw-r--r--docs/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/meson.build b/docs/meson.build
index 4fe7383..471673c 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -24,7 +24,7 @@ custom_target('docs',
'--pkg=folks',
'--pkg=folks-eds',
'--pkg=libedataserverui-1.2',
- '--pkg=libhandy-0.0',
+ '--pkg=libhandy-1',
'--pkg=custom',
'--pkg=config',
'--directory=@OUTDIR@',