meson: Set the compatibility version correctly on macOS

And bump to Meson 0.48 as this feature requires it.
This commit is contained in:
Philippe Normand
2018-11-25 17:17:29 +00:00
committed by Christoph Reiter
parent 4eb2f297f1
commit 215c2be76f
3 changed files with 4 additions and 7 deletions

View File

@ -897,6 +897,7 @@ libgtk = shared_library('gtk-3',
dependencies: gtk_deps + [libgdk_dep],
link_with: libgdk,
link_args: common_ldflags,
darwin_versions : gtk_osxversions,
install: true)
gtk_dep_sources = [gtkversion, gtktypebuiltins_h]