mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +00:00
meson: Don't specify shared_library()
Some people might want to statically link to libsecret, so use the more general `library()` target to build libsecret.
This commit is contained in:
parent
22ecc2caa0
commit
692e7244be
@ -84,7 +84,7 @@ libsecret_cflags = [
|
||||
'-DSECRET_COMPILATION',
|
||||
]
|
||||
|
||||
libsecret = shared_library('secret-@0@'.format(api_version_major),
|
||||
libsecret = library('secret-@0@'.format(api_version_major),
|
||||
[ libsecret_sources, _dbus_generated, _enums_generated ],
|
||||
version: libtool_version,
|
||||
dependencies: libsecret_dependencies,
|
||||
|
Loading…
Reference in New Issue
Block a user