|
|
|
@ -85,7 +85,7 @@ conf = configuration_data()
|
|
|
|
conf.set('BUILD_DEBUG', get_option('buildtype') == 'debug')
|
|
|
|
conf.set('BUILD_DEBUG', get_option('buildtype') == 'debug')
|
|
|
|
|
|
|
|
|
|
|
|
# the version, updated on release
|
|
|
|
# the version, updated on release
|
|
|
|
conf.set_quoted('SCRCPY_VERSION', '1.2')
|
|
|
|
conf.set_quoted('SCRCPY_VERSION', '1.3')
|
|
|
|
|
|
|
|
|
|
|
|
# the prefix used during configuration (meson --prefix=PREFIX)
|
|
|
|
# the prefix used during configuration (meson --prefix=PREFIX)
|
|
|
|
conf.set_quoted('PREFIX', get_option('prefix'))
|
|
|
|
conf.set_quoted('PREFIX', get_option('prefix'))
|
|
|
|
|