summaryrefslogtreecommitdiff
path: root/atk
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-05-22 21:11:30 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-22 21:11:30 +0100
commitb54a6abd89710fb0956ca0b121b7358d777d3358 (patch)
treefcd4d31e7d5869f0a8e4c471f87b8ad625a2a959 /atk
parent08b16a21c004e5663b3e7362fcf6c3ff981d9f43 (diff)
downloadatk-b54a6abd89710fb0956ca0b121b7358d777d3358.tar.gz
meson: Use the appropriate soversion
The shared library should have a soversion of 0, so that Meson can create the appropriate symlinks to match what Autotools do.
Diffstat (limited to 'atk')
-rw-r--r--atk/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/atk/meson.build b/atk/meson.build
index d92b6f0..83ae5ba 100644
--- a/atk/meson.build
+++ b/atk/meson.build
@@ -112,6 +112,7 @@ atk_inc = include_directories('.')
libatk = shared_library('atk-@0@'.format(atk_api_version),
sources: atk_sources + atk_enums + atk_marshals,
soversion: atk_soversion,
+ version: atk_libversion,
install: true,
dependencies: gobject_dep,
include_directories: [ root_inc, atk_inc ],