diff options
author | zhuyaliang <[email protected]> | 2023-10-10 10:09:02 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-10-12 15:16:02 +0200 |
commit | b713be3f27b908d3d62a28270018abefa2c1b8df (patch) | |
tree | 8c0dafddaae3218b175b9368d17bd781953495f0 | |
parent | 9cdaead58f88a29f80dd4991cdf0792f645c317b (diff) | |
download | mate-desktop-b713be3f27b908d3d62a28270018abefa2c1b8df.tar.bz2 mate-desktop-b713be3f27b908d3d62a28270018abefa2c1b8df.tar.xz |
meson: Add meson support for static library
-rw-r--r-- | libmate-desktop/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmate-desktop/meson.build b/libmate-desktop/meson.build index 91b8268..598818c 100644 --- a/libmate-desktop/meson.build +++ b/libmate-desktop/meson.build @@ -88,7 +88,7 @@ if cc.has_link_argument(test_ldflag) ldflags += test_ldflag endif -libmate_desktop = shared_library( +libmate_desktop = library( 'mate-desktop-2', sources: sources, version: libversion, |