[atk: 1/2] atk/meson.build: replace shared_library by library
- From: Christoph Reiter <creiter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atk: 1/2] atk/meson.build: replace shared_library by library
- Date: Tue, 29 Jan 2019 16:06:39 +0000 (UTC)
commit da08587d9a57b45cc8a76cb31390c79c1199959b
Author: Fabrice Fontaine <fontaine fabrice gmail com>
Date: Thu Jan 10 10:13:03 2019 +0100
atk/meson.build: replace shared_library by library
Use library instead of shared_library to allow the user to build a
static libatk library
Fixes:
- http://autobuild.buildroot.org/results/347a37dd2585974bdbf3bf99158e8ee9127d1202
Signed-off-by: Fabrice Fontaine <fontaine fabrice gmail com>
atk/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/atk/meson.build b/atk/meson.build
index 69ba6c5..0ad67e5 100644
--- a/atk/meson.build
+++ b/atk/meson.build
@@ -122,7 +122,7 @@ endif
atk_inc = include_directories('.')
-libatk = shared_library('atk-@0@'.format(atk_api_version),
+libatk = library('atk-@0@'.format(atk_api_version),
sources: atk_sources + atk_enums + atk_marshals,
soversion: atk_soversion,
version: atk_libversion,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]