mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-01-18 09:58:33 +00:00
meson: Fix indentation
This commit is contained in:
parent
9959be81fd
commit
8ebc922a54
@ -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 = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user