summaryrefslogtreecommitdiff
path: root/src/mapi/es2api
diff options
context:
space:
mode:
authorJeremy Huddleston Sequoia <jeremyhu@apple.com>2021-01-30 13:10:12 -0800
committerMarge Bot <eric+marge@anholt.net>2021-02-22 21:27:19 +0000
commit38ae84b8daa1c2bc2f74093cf46ced5e252b04e5 (patch)
treebf42f2f0eaa07db7259da344e4b8e870e51d3033 /src/mapi/es2api
parent279d1705525026c15e7cae88f8fa752046db1c19 (diff)
Adjust dylib compatibility versions to match what was set by mesa-18.3's autotools-based builds
Cc: 20.3 21.0 <mesa-stable@lists.freedesktop.org> Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4113 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> Reviewed-by: Dylan Baker <dylan.c.baker@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8796>
Diffstat (limited to 'src/mapi/es2api')
-rw-r--r--src/mapi/es2api/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapi/es2api/meson.build b/src/mapi/es2api/meson.build
index 63a5a66b213..356c5760c49 100644
--- a/src/mapi/es2api/meson.build
+++ b/src/mapi/es2api/meson.build
@@ -49,6 +49,7 @@ libgles2 = shared_library(
dependencies : [dep_thread, dep_libdrm, dep_m, dep_dl],
soversion : host_machine.system() == 'windows' ? '' : '2',
version : '2.0.0',
+ darwin_versions : '3.0.0',
name_prefix : 'lib',
install : true,
)