hgl/meson: add version to libGL.so

Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8323>
This commit is contained in:
X512
2020-01-27 13:22:25 +09:00
committed by Alexander von Gluck IV
parent dd959174cb
commit 759f9b9874

View File

@@ -30,6 +30,7 @@ libgl = shared_library(
],
link_with : [libglapi_static, libglapi],
dependencies : cpp.find_library('be'),
version : '1.0.0',
install : true,
)