mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-04 05:55:31 +02:00
16 lines
No EOL
1.6 KiB
Meson
16 lines
No EOL
1.6 KiB
Meson
option('mri_version', type: 'string', value: '1.8', description: 'Version of MRI to link with')
|
|
option('mk', type: 'boolean', value: false, description: 'Build to fit Marin\'s MK standard')
|
|
option('ruby_lib', type: 'string', value: 'ruby', description: 'Name of the Ruby library')
|
|
option('console', type: 'boolean', value: true, description: 'Whether to debug information in the console')
|
|
option('macos_min_version', type: 'string', value: '10.10', description: 'Minimum macOS system version to support')
|
|
|
|
option('shared_fluid', type: 'boolean', value: false, description: 'Dynamically link fluidsynth at build time')
|
|
option('cjk_fallback_font', type: 'boolean', value: false, description: 'Use WenQuanYi Micro Hei as the fallback font')
|
|
option('use_fakeapi', type: 'boolean', value: false, description: 'Attempt to repair Win32API calls that do not work with MKXP')
|
|
option('default_framerate', type: 'boolean', value: false, description: 'Disable syncToRefreshrate and fixedFramerate configuration options')
|
|
option('no_preload_scripts', type: 'boolean', value: false, description: 'Disable the preloadScript configuration option')
|
|
option('workdir_current', type: 'boolean', value: false, description: 'Keep current directory on startup')
|
|
|
|
option('independent_appimage', type: 'boolean', value: true, description: 'Set current directory to the original location of the AppImage when contained within one')
|
|
option('discord_sdk_path', type: 'string', value: '', description: 'Path to Discord GameSDK')
|
|
option('appimagekit_path', type: 'string', value: '', description: 'Path to AppImageKit, used for building AppImages') |