mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 14:43:34 +00:00
feat(meson): adding meson.build
This commit is contained in:
29
meson_options.txt
git.filemode.normal_file
29
meson_options.txt
git.filemode.normal_file
@@ -0,0 +1,29 @@
|
||||
option('force_integrated_gpu',
|
||||
type : 'boolean',
|
||||
value : false,
|
||||
description : 'Force the application to use the integrated GPU if available.'
|
||||
)
|
||||
|
||||
option('graphics_memory_dump',
|
||||
type : 'boolean',
|
||||
value : false,
|
||||
description : 'Enable graphics memory dump for debugging purposes.'
|
||||
)
|
||||
|
||||
option('profiler',
|
||||
type : 'boolean',
|
||||
value : false,
|
||||
description : 'Enable profiler for performance analysis.'
|
||||
)
|
||||
|
||||
option('force_wayland',
|
||||
type : 'boolean',
|
||||
value : false,
|
||||
description : 'Force the application to use Wayland display server.'
|
||||
)
|
||||
|
||||
option('disable_all_safeties',
|
||||
type : 'boolean',
|
||||
value : false,
|
||||
description : 'Disable all safety checks in the application.'
|
||||
)
|
||||
Reference in New Issue
Block a user