[gnome-contacts/bugfix/fix-docs-build] docs: Use the correct libhandy package name




commit 0a3714fa9c674a095a6929ba88f10cfabb292de4
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Mon Nov 2 22:12:43 2020 +0100

    docs: Use the correct libhandy package name
    
    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

 docs/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/docs/meson.build b/docs/meson.build
index 4fe7383b..471673ce 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@',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]