meson: Set the compatibility version correctly on macOS
And bump to Meson 0.48 as this feature requires it.
This commit is contained in:
committed by
Christoph Reiter
parent
4eb2f297f1
commit
215c2be76f
@ -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]
|
||||
|
||||
Reference in New Issue
Block a user