2019-07-29 13:19:07 +00:00
|
|
|
option('compile_app', type: 'boolean', value: true, description: 'Build the client')
|
|
|
|
option('compile_server', type: 'boolean', value: true, description: 'Build the server')
|
2018-06-05 18:43:47 +00:00
|
|
|
option('crossbuild_windows', type: 'boolean', value: false, description: 'Build for Windows from Linux')
|
2018-05-27 19:30:32 +00:00
|
|
|
option('windows_noconsole', type: 'boolean', value: false, description: 'Disable console on Windows (pass -mwindows flag)')
|
2018-02-15 10:28:19 +00:00
|
|
|
option('prebuilt_server', type: 'string', description: 'Path of the prebuilt server')
|
2019-10-30 22:40:10 +00:00
|
|
|
option('portable', type: 'boolean', value: false, description: 'Use scrcpy-server from the same directory as the scrcpy executable')
|
2018-03-07 09:53:39 +00:00
|
|
|
option('hidpi_support', type: 'boolean', value: true, description: 'Enable High DPI support')
|
2019-11-03 18:31:56 +00:00
|
|
|
option('server_debugger', type: 'boolean', value: false, description: 'Run a server debugger and wait for a client to be attached')
|