mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
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:
@@ -14,7 +14,7 @@ option('xquartz', type: 'combo', choices: ['true', 'false', 'auto'], value: 'aut
|
||||
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('log_dir', type: 'string')
|
||||
|
||||
Reference in New Issue
Block a user