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