From 5c226122f59cb951be5ab0358a6b9d3892d2bc53 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 22 Dec 2025 11:32:03 +0100 Subject: [PATCH] meson_options: xquartz: rename bundle ID prefix to xlibre.net Signed-off-by: Enrico Weigelt, metux IT consult --- meson_options.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 36511fc80..a375ac783 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -127,11 +127,12 @@ option('dri3', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', option('drm', type: 'boolean', value: true, description: 'Build Xorg with libdrm support') +# Xquartz (MacOS) specific options option('apple-applications-dir', type: 'string', value: '/Applications/Utilities', description: 'Applications directory') option('apple-application-name', type: 'string', value: 'X11', description: 'Application name') -option('bundle-id-prefix', type: 'string', value: 'org.x', +option('bundle-id-prefix', type: 'string', value: 'net.xlibre', description: 'RDNS prefix for bundle identifier') option('bundle-version', type: 'string', value: 'auto', description: 'The CFBundleVersion for the application bundle')