summaryrefslogtreecommitdiff
path: root/atspi/meson.build
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig) <jan.steffens@gmail.com>2017-09-10 09:23:13 +0200
committerMike Gorse <mgorse@alum.wpi.edu>2017-10-25 08:46:33 -0500
commite1d5412b33463fd2f45dea400c45b107d0c78f42 (patch)
tree360eed4506e086548678a0011c86be657348cb29 /atspi/meson.build
parent70705839990f8eb5112b0262bb0960e806c62fbc (diff)
downloadat-spi2-core-e1d5412b33463fd2f45dea400c45b107d0c78f42.tar.gz
meson: Actually use the soversion
Diffstat (limited to 'atspi/meson.build')
-rw-r--r--atspi/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/atspi/meson.build b/atspi/meson.build
index 327134a3..ea48ddbb 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)