mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-01-03 02:28:53 +00:00
meson: Fix indentation
This commit is contained in:
parent
9959be81fd
commit
8ebc922a54
@ -167,17 +167,19 @@ libsecret_pc_variables = [
|
||||
]
|
||||
|
||||
pkg.generate(libsecret,
|
||||
description: 'GObject bindings for Secret Service API',
|
||||
name: 'libsecret-@0@'.format(api_version_major),
|
||||
subdirs: installed_headers_subdir_base,
|
||||
variables: libsecret_pc_variables,
|
||||
requires: glib_deps)
|
||||
description: 'GObject bindings for Secret Service API',
|
||||
name: 'libsecret-@0@'.format(api_version_major),
|
||||
subdirs: installed_headers_subdir_base,
|
||||
variables: libsecret_pc_variables,
|
||||
requires: glib_deps,
|
||||
)
|
||||
|
||||
pkg.generate(description: 'GObject bindings for Secret Service API (Unstable)',
|
||||
name: 'libsecret-unstable',
|
||||
variables: libsecret_pc_variables,
|
||||
extra_cflags: '-DSECRET_WITH_UNSTABLE',
|
||||
requires: libsecret)
|
||||
name: 'libsecret-unstable',
|
||||
variables: libsecret_pc_variables,
|
||||
extra_cflags: '-DSECRET_WITH_UNSTABLE',
|
||||
requires: libsecret,
|
||||
)
|
||||
|
||||
# Tests
|
||||
test_cflags = [
|
||||
|
Loading…
Reference in New Issue
Block a user