1 Star 0 Fork 0

竹下清风/Scrcpy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
meson_options.txt 801 Bytes
一键复制 编辑 原始数据 按行查看 历史
Romain Vimont 提交于 2021-04-04 15:00 . Remove HiDPI compilation flag
option('compile_app', type: 'boolean', value: true, description: 'Build the client')
option('compile_server', type: 'boolean', value: true, description: 'Build the server')
option('crossbuild_windows', type: 'boolean', value: false, description: 'Build for Windows from Linux')
option('prebuilt_server', type: 'string', description: 'Path of the prebuilt server')
option('portable', type: 'boolean', value: false, description: 'Use scrcpy-server from the same directory as the scrcpy executable')
option('server_debugger', type: 'boolean', value: false, description: 'Run a server debugger and wait for a client to be attached')
option('server_debugger_method', type: 'combo', choices: ['old', 'new'], value: 'new', description: 'Select the debugger method (Android < 9: "old", Android >= 9: "new")')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ZhuXiaQingFeng/Scrcpy.git
git@gitee.com:ZhuXiaQingFeng/Scrcpy.git
ZhuXiaQingFeng
Scrcpy
Scrcpy
master

搜索帮助