mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
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:
parent
dd959174cb
commit
759f9b9874
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ libgl = shared_library(
|
|||
],
|
||||
link_with : [libglapi_static, libglapi],
|
||||
dependencies : cpp.find_library('be'),
|
||||
version : '1.0.0',
|
||||
install : true,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue