[gnome-contacts/gnome-3-38] docs: Use the correct libhandy package name



commit a0ff521adcb8459d5df55acdb20e2543c9114f72
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
    
    (cherry picked from commit 03efda10bf66c73ecd970023a9c64fb6bbcec04f)

 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]