2019-07-29 21:19:07 +08: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-06 02:43:47 +08:00
|
|
|
option('crossbuild_windows', type: 'boolean', value: false, description: 'Build for Windows from Linux')
|
2018-05-28 03:30:32 +08:00
|
|
|
option('windows_noconsole', type: 'boolean', value: false, description: 'Disable console on Windows (pass -mwindows flag)')
|
2018-02-15 18:28:19 +08:00
|
|
|
option('prebuilt_server', type: 'string', description: 'Path of the prebuilt server')
|
2019-06-12 17:26:23 +08:00
|
|
|
option('portable', type: 'boolean', value: false, description: 'Use scrcpy-server.jar from the same directory as the scrcpy executable')
|
2018-03-07 17:53:39 +08:00
|
|
|
option('hidpi_support', type: 'boolean', value: true, description: 'Enable High DPI support')
|