mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
build: Remove unused variables
This commit is contained in:
parent
ab1efc4075
commit
dc362e6926
2 changed files with 2 additions and 3 deletions
|
@ -16,7 +16,6 @@ dependency('gstreamer-plugins-bad-1.0', version: '>= 1.18')
|
||||||
|
|
||||||
cargo = find_program('cargo')
|
cargo = find_program('cargo')
|
||||||
glib_compile_schemas = find_program('glib-compile-schemas')
|
glib_compile_schemas = find_program('glib-compile-schemas')
|
||||||
glib_compile_resources = find_program('glib-compile-resources')
|
|
||||||
|
|
||||||
version = meson.project_version()
|
version = meson.project_version()
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ global_conf.set_quoted('VERSION', version + version_suffix)
|
||||||
global_conf.set_quoted('GETTEXT_PACKAGE', gettext_package)
|
global_conf.set_quoted('GETTEXT_PACKAGE', gettext_package)
|
||||||
global_conf.set_quoted('LOCALEDIR', localedir)
|
global_conf.set_quoted('LOCALEDIR', localedir)
|
||||||
global_conf.set_quoted('OBJECT_PATH', object_path)
|
global_conf.set_quoted('OBJECT_PATH', object_path)
|
||||||
config_output_file = configure_file(
|
configure_file(
|
||||||
input: 'config.rs.in',
|
input: 'config.rs.in',
|
||||||
output: 'config.rs',
|
output: 'config.rs',
|
||||||
configuration: global_conf
|
configuration: global_conf
|
||||||
|
@ -36,7 +36,7 @@ endif
|
||||||
|
|
||||||
cargo_env = [ 'CARGO_HOME=' + meson.project_build_root() / 'cargo-home' ]
|
cargo_env = [ 'CARGO_HOME=' + meson.project_build_root() / 'cargo-home' ]
|
||||||
|
|
||||||
cargo_build = custom_target(
|
custom_target(
|
||||||
'cargo-build',
|
'cargo-build',
|
||||||
build_by_default: true,
|
build_by_default: true,
|
||||||
build_always_stale: true,
|
build_always_stale: true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue