mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
meson: Use soversion everywhere
Don't repeat the 2 version number hard-coding it, so we can easily track updates
This commit is contained in:
@@ -293,7 +293,7 @@ if get_option('introspection')
|
||||
libfprint_public_headers,
|
||||
libfprint_sources,
|
||||
],
|
||||
nsversion : '2.0',
|
||||
nsversion : '@0@.0'.format(soversion),
|
||||
namespace : 'FPrint',
|
||||
symbol_prefix : 'fp_',
|
||||
identifier_prefix : 'Fp',
|
||||
|
||||
@@ -208,5 +208,5 @@ pkgconfig.generate(
|
||||
version: meson.project_version(),
|
||||
libraries: libfprint,
|
||||
subdirs: meson.project_name(),
|
||||
filebase: meson.project_name() + '2',
|
||||
filebase: meson.project_name() + '@0@'.format(soversion),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user