scrcpy/meson_options.txt
Romain Vimont 42882702d7 Expose skip_frames as a build option
It can be initially configured by:

    meson builddir -Dskip_frames=false

Or on an existing builddir by:

    mesonconf builddir -Dskip_frames=false
2018-02-15 11:24:18 +01:00

6 lines
243 B
Meson

option('build_app', type: 'boolean', value: true)
option('build_server', type: 'boolean', value: true)
option('prebuilt_server', type: 'string')
option('override_server_jar', type: 'string')
option('skip_frames', type: 'boolean', value: true)