meson: set the soversion to just '0' everywhere

This is what glib did for the meson port, so can't be that wrong.
This also makes the DLL names match the autotools Windows DLLs.
This commit is contained in:
Christoph Reiter
2019-03-31 19:13:34 +02:00
committed by Christoph Reiter
parent 65f2fe828c
commit 068f7f7423
4 changed files with 5 additions and 2 deletions

View File

@ -798,6 +798,7 @@ gtkversion_cdata.set('GTK_API_VERSION', gtk_api_version)
gtkversion_cdata.set('GTK_BINARY_VERSION', gtk_binary_version)
gtkversion_cdata.set('GTK_VERSION', meson.project_version())
gtkversion_cdata.set('EXE_MANIFEST_ARCHITECTURE', '*')
gtkversion_cdata.set('LT_CURRENT_MINUS_AGE', gtk_soversion)
gtkversion = configure_file(input: 'gtkversion.h.in',
output: 'gtkversion.h',