meson: Fix indentation

This commit is contained in:
Niels De Graef 2020-06-01 09:09:25 +02:00
parent 9959be81fd
commit 8ebc922a54

View File

@ -167,17 +167,19 @@ libsecret_pc_variables = [
] ]
pkg.generate(libsecret, pkg.generate(libsecret,
description: 'GObject bindings for Secret Service API', description: 'GObject bindings for Secret Service API',
name: 'libsecret-@0@'.format(api_version_major), name: 'libsecret-@0@'.format(api_version_major),
subdirs: installed_headers_subdir_base, subdirs: installed_headers_subdir_base,
variables: libsecret_pc_variables, variables: libsecret_pc_variables,
requires: glib_deps) requires: glib_deps,
)
pkg.generate(description: 'GObject bindings for Secret Service API (Unstable)', pkg.generate(description: 'GObject bindings for Secret Service API (Unstable)',
name: 'libsecret-unstable', name: 'libsecret-unstable',
variables: libsecret_pc_variables, variables: libsecret_pc_variables,
extra_cflags: '-DSECRET_WITH_UNSTABLE', extra_cflags: '-DSECRET_WITH_UNSTABLE',
requires: libsecret) requires: libsecret,
)
# Tests # Tests
test_cflags = [ test_cflags = [