From 69cc9b1cd34fb2105e707d63932932f81de66f3e Mon Sep 17 00:00:00 2001 From: dasha_uwu Date: Mon, 16 Jun 2025 10:06:55 +0500 Subject: [PATCH] change vendor string to XLibre Signed-off-by: dasha_uwu --- meson_options.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index 228e2917b..7c0e7f435 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -47,9 +47,9 @@ option('xkb_default_options', type: 'string') option('fallback_input_driver', type: 'string', value: 'auto') -option('vendor_name', type: 'string', value: 'The X.Org Foundation') -option('vendor_name_short', type: 'string', value: 'X.Org') -option('vendor_web', type: 'string', value: 'http://wiki.x.org') +option('vendor_name', type: 'string', value: 'XLibre') +option('vendor_name_short', type: 'string', value: 'XLibre') +option('vendor_web', type: 'string', value: 'https://github.com/X11Libre/xserver') option('dtrace', type: 'boolean', value: false, description: 'Enable dtrace hooks')