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',
|
||||
|
||||
Reference in New Issue
Block a user