doc/meson.build

Tue, 20 Feb 2024 01:19:41 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Tue, 20 Feb 2024 01:19:41 -0600
changeset 42593
c821b5ab8895
parent 42372
ba3a49903905
child 42678
0b9b81b6ff18
permissions
-rw-r--r--

Add a show offline buddies toggle button to the contact list

I debated about making a property for `show-offline` but decided against it as we probably don't need/want another way to customize the filters.

Testing Done:
Clicked the button a few times

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

subdir('reference')

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

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

mercurial