summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index dd67967..6fcfe84 100644
--- a/meson.build
+++ b/meson.build
@@ -252,7 +252,7 @@ endif
if meson.is_subproject()
pkgconfig_vars = {
'htmlrefdir': install_prefix / install_docdir / 'reference' / 'html',
- 'htmlrefpub': 'http://library.gnome.org/devel/libsigc++/unstable/'
+ 'htmlrefpub': 'http://library.gnome.org/devel/libsigc++/2.10/'
}
if build_documentation
pkgconfig_vars += {'doxytagfile': tag_file.full_path()}