meson_options.txt

Tue, 08 Apr 2025 23:20:52 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Tue, 08 Apr 2025 23:20:52 -0500
changeset 43225
f0ffa584435b
parent 42846
c176f1b12aaa
child 43247
197c541b3e7c
permissions
-rw-r--r--

IRCv3: Fix privmsg going to the status window before registration is complete

This got broken when some of this code was reorganized.

Testing Done:
Ran `ninja scan-build` and verified the error was gone. Also connected to libera and verified that I didn't get a conversation with the server's name anymore.

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

##############################################################################
# General Options

option('devenv-config-dir', type : 'string',
       description : 'config directory for running a devenv (defaults to a subdirectory of buildroot)')

option('doc', type : 'boolean', value : false,
       description : 'build documentation with gtk-doc')

option('introspection', type : 'boolean', value : true,
       description : 'build introspection data')

##############################################################################
# Libpurple Options

option('kwallet', type : 'feature',
       description : 'enable KWallet support')

option('libsecret', type : 'feature',
       description : 'enable libsecret support')

##############################################################################
# Protocol Plugins

option('avahi', type : 'feature',
       description : 'compile with avahi (required for Bonjour support)')

option('dynamic-prpls', type : 'string', value: 'all',
       description : 'specify which protocols to build dynamically')

##############################################################################
# Pidgin Options

option('gtkui', type : 'boolean', value : true,
       description : 'compile with GTK+ user interface')

option('unity-integration', type : 'feature', value : 'disabled',
       description : 'compile with support for unity integration plugin')

mercurial