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:

committed by
Alexander von Gluck IV

parent
dd959174cb
commit
759f9b9874
@@ -30,6 +30,7 @@ libgl = shared_library(
|
|||||||
],
|
],
|
||||||
link_with : [libglapi_static, libglapi],
|
link_with : [libglapi_static, libglapi],
|
||||||
dependencies : cpp.find_library('be'),
|
dependencies : cpp.find_library('be'),
|
||||||
|
version : '1.0.0',
|
||||||
install : true,
|
install : true,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user