apple: Fix compatibility version and current version of meson build to be compatible with autotools build

Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
This commit is contained in:
Jeremy Huddleston Sequoia
2022-06-17 08:01:15 -07:00
parent 225e00a14a
commit 73d7c8a9e5

View File

@@ -106,6 +106,7 @@ libglu = library(
gnu_symbol_visibility : 'hidden',
dependencies : [dep_gl],
version : '1.3.1',
darwin_versions : [ '5.0.0', '5.1.0' ],
install : true,
)