Mesa (master): hgl/meson: add version to libGL.so

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Jan 10 03:13:33 UTC 2021


Module: Mesa
Branch: master
Commit: 759f9b9874e2d4fa9ba5351f54cfc9e5b06a45dd
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=759f9b9874e2d4fa9ba5351f54cfc9e5b06a45dd

Author: X512 <danger_mail at list.ru>
Date:   Mon Jan 27 13:22:25 2020 +0900

hgl/meson: add version to libGL.so

Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8323>

---

 src/hgl/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/hgl/meson.build b/src/hgl/meson.build
index d58f9972cb5..e01c572f2d0 100644
--- a/src/hgl/meson.build
+++ b/src/hgl/meson.build
@@ -30,6 +30,7 @@ libgl = shared_library(
   ],
   link_with : [libglapi_static, libglapi],
   dependencies : cpp.find_library('be'),
+  version : '1.0.0',
   install : true,
 )
 



More information about the mesa-commit mailing list