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

Author: Eric Engestrom <e...@engestrom.ch>
Date:   Thu Nov  2 23:38:09 2017 +0000

meson: drop GLESv1 .so version back to 1.0.0

autotools generates libGLESv1_CM.so.1.0.0, so let's make sure meson
does the same.

Signed-off-by: Eric Engestrom <e...@engestrom.ch>
Reviewed-by: Dylan Baker <dy...@pnwbakers.com>

---

 src/mapi/es1api/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mapi/es1api/meson.build b/src/mapi/es1api/meson.build
index 8d95aee02f..e8b9066a5f 100644
--- a/src/mapi/es1api/meson.build
+++ b/src/mapi/es1api/meson.build
@@ -36,7 +36,7 @@ libglesv1_cm = shared_library(
   include_directories : [inc_src, inc_include, inc_mapi],
   link_with : libglapi,
   dependencies : [dep_thread, dep_libdrm, dep_m, dep_dl],
-  version : '1.1.0',
+  version : '1.0.0',
   install : true,
 )
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to