meson_options: fix mailing list address
The meson_options allow setting some `builder` mail address, and default was still pointing to old, dead xorg. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
604582d179
commit
f7516e6234
|
@ -14,7 +14,7 @@ option('xquartz', type: 'combo', choices: ['true', 'false', 'auto'], value: 'aut
|
||||||
description: 'Enable Xquartz X server')
|
description: 'Enable Xquartz X server')
|
||||||
|
|
||||||
|
|
||||||
option('builder_addr', type: 'string', description: 'Builder address', value: 'xorg@lists.freedesktop.org')
|
option('builder_addr', type: 'string', description: 'Builder address', value: 'xlibre@freelists.org')
|
||||||
option('builder_string', type: 'string', description: 'Additional builder string')
|
option('builder_string', type: 'string', description: 'Additional builder string')
|
||||||
|
|
||||||
option('log_dir', type: 'string')
|
option('log_dir', type: 'string')
|
||||||
|
|
Loading…
Reference in New Issue