finch/meson.build

changeset 40678
8f1d8122f07e
parent 40550
df346d4c3074
child 40683
dcc53af7a4fb
--- a/finch/meson.build	Sat Jan 02 00:37:22 2021 -0600
+++ b/finch/meson.build	Sat Jan 02 18:52:11 2021 -0600
@@ -2,6 +2,8 @@
 if get_option('consoleui')
 	libgnt_dep = dependency('gnt3', version : '>= 3.0.0', required : false)
 	if libgnt_dep.found()
+		libgnt_docpath = libgnt_dep.get_pkgconfig_variable('prefix') / 'share/gtk-doc/html'
+
 		if enable_introspection
 			libgnt_gir = ['Gnt-3.0']
 		endif
@@ -14,6 +16,7 @@
 		)
 		libgnt_dep = libgnt_proj.get_variable('libgnt_dep')
 
+		libgnt_docpath = meson.build_root() / 'subprojects/libgnt/doc/'
 		if enable_introspection
 			libgnt_gir = libgnt_proj.get_variable('libgnt_gir')
 		endif

mercurial