meson: Preserve compatibility with Autotools build
The Meson build is missing the libtool versioning of the shared libraries.
This commit is contained in:
@ -966,6 +966,7 @@ endforeach
|
||||
# Library
|
||||
libgtk = shared_library('gtk-3',
|
||||
soversion: gtk_soversion,
|
||||
version: gtk_library_version,
|
||||
sources: [typefuncs, gtk_sources, gtkmarshal_h, gtkprivatetypebuiltins_h],
|
||||
c_args: gtk_cargs + common_cflags,
|
||||
include_directories: [confinc, gdkinc, gtkinc],
|
||||
|
||||
Reference in New Issue
Block a user