pidgin/purple-plugin-pack

Parents 97bea2885806
Children f3a36b4938cd
Remove the debug option as it's meson reserved and we should just turn this on by default
--- a/meson.build Sat Nov 24 08:25:38 2018 +0000
+++ b/meson.build Sun Mar 01 17:41:39 2020 -0600
@@ -25,11 +25,6 @@
#######################################################################
compiler = meson.get_compiler('c')
-enable_debug = get_option('debug')
-if enable_debug
- conf.set('DEBUG', true)
-endif
-
# this is used as the suffix below (for purple-3, pidgin-3, etc)
# and also as the -3 param to plugin_pack.py
if get_option('purple-version') == '2'
@@ -237,8 +232,6 @@
message('')
message('@0@ @1@ Configuration complete'.format(meson.project_name(), meson.project_version()))
message('')
-message('Debugging enabled................: ' + enable_debug.to_string())
-message('')
message('Build purple plugins.............: ' + PURPLE.found().to_string())
if PURPLE.found()
--- a/meson_options.txt Sat Nov 24 08:25:38 2018 +0000
+++ b/meson_options.txt Sun Mar 01 17:41:39 2020 -0600
@@ -4,8 +4,5 @@
option('types', type : 'string', value : 'default',
description : 'comma-separated list of plugin types to build: default, abusive, incomplete, or all')
-option('debug', type : 'boolean', value : false,
- description : 'compile with debugging support')
-
option('nls', type : 'boolean', value : true,
description : 'enable installation of translation files')