From 059af7ba32248ddc00e54308e6668b01ccefd162 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Mon, 10 Dec 2018 13:28:16 +1100 Subject: [PATCH] build: also allow building static libraries for e.g. Android/iOS --- ges/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ges/meson.build b/ges/meson.build index 79df1c8bc8..d3421913cf 100644 --- a/ges/meson.build +++ b/ges/meson.build @@ -156,7 +156,7 @@ parser = custom_target('gesparselex', command : [flex, '-Ppriv_ges_parse_yy', '--header-file=@OUTPUT1@', '-o', '@OUTPUT0@', '@INPUT@'] ) -libges = shared_library('ges-1.0', ges_sources, parser, +libges = library('ges-1.0', ges_sources, parser, version : libversion, soversion : soversion, darwin_versions : osxversion,