mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-21 05:32:40 +02:00
14 lines
476 B
Diff
14 lines
476 B
Diff
diff --git a/libsecret/meson.build b/libsecret/meson.build
|
|
index 09041ce..759b5ef 100644
|
|
--- a/libsecret/meson.build
|
|
+++ b/libsecret/meson.build
|
|
@@ -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,
|