doc/meson.build

Fri, 27 Sep 2024 00:21:49 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Fri, 27 Sep 2024 00:21:49 -0500
changeset 42980
6781522ea5f3
parent 42847
fbb0d252bc35
permissions
-rw-r--r--

Add a purple_api_minor version to complement purple_api_major_version

The GIR namespace versions were showing up as 3.90 which is obviously wrong.
This allows us to override the minor version as well which fixes that problem.

Testing Done:
Called in the turtles and verified the gir files manually.

Reviewed at https://reviews.imfreedom.org/r/3540/

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