doc/meson.build

Sat, 09 Aug 2025 18:12:31 +0800

author
Gong Zhile <gongzl@stu.hebust.edu.cn>
date
Sat, 09 Aug 2025 18:12:31 +0800
branch
gir-dependency
changeset 43305
4ede49515766
parent 42847
fbb0d252bc35
permissions
-rw-r--r--

Add builtin library dependency for introspection

Without specifying, gir defaults to the system pidgin/purple libraries by default,
which fails the build when new symbols were added and gir failed to link for them.

if ENABLE_GTK
	configure_file(
	    input : 'pidgin3.1.in',
	    output : 'pidgin3.1',
	    configuration : man_conf,
	    install : true,
	    install_dir : get_option('mandir') / 'man1')
endif

mercurial