From: Jan Alexander Steffens (heftig) Date: Sun, 10 Sep 2017 07:23:13 +0000 (+0200) Subject: meson: Actually use the soversion X-Git-Tag: AT_SPI2_CORE_2_26_1~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1d5412b33463fd2f45dea400c45b107d0c78f42;p=platform%2Fupstream%2Fat-spi2-core.git meson: Actually use the soversion --- diff --git a/atspi/meson.build b/atspi/meson.build index 327134a..ea48ddb 100644 --- a/atspi/meson.build +++ b/atspi/meson.build @@ -68,6 +68,8 @@ atspi_enums = gnome.mkenums('atspi-enum-types', atspi_enum_h = atspi_enums[1] atspi = shared_library('atspi', atspi_sources + atspi_enums, + version: soversion.split('.')[0], + soversion: soversion, include_directories: [ root_inc, registryd_inc ], dependencies: [ libdbus_dep, gobject_dep, dbind_dep, x11_deps ], install: true)