mirror of
https://github.com/X11Libre/xserver.git
synced 2026-01-26 05:57:53 +00:00
meson_options: xquartz: rename bundle ID prefix to xlibre.net
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
76356395e7
commit
5c226122f5
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user