[gnome-keyring/wip/nielsdg/meson] fixup! Support Meson build system
- From: Jan Tojnar <jtojnar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring/wip/nielsdg/meson] fixup! Support Meson build system
- Date: Sun, 22 May 2022 15:55:08 +0000 (UTC)
commit ecfaaedb2df6eeca67f149cbf9a255230964795e
Author: Jan Tojnar <jtojnar gmail com>
Date: Sun May 22 17:32:14 2022 +0200
fixup! Support Meson build system
pkcs11/gkm/meson.build | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/pkcs11/gkm/meson.build b/pkcs11/gkm/meson.build
index 4d82d474..6fcb84cb 100644
--- a/pkcs11/gkm/meson.build
+++ b/pkcs11/gkm/meson.build
@@ -58,13 +58,10 @@ libgkm_deps = [
libegg_dep,
]
-libgkm = library('gkm',
- name_prefix: '',
+libgkm = static_library('gkm',
sources: [ libgkm_sources, gkm_marshal, ],
dependencies: libgkm_deps,
include_directories: config_h_inc,
- install: true,
- install_dir: gkr_pkglibdir,
)
libgkm_dep = declare_dependency(
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]