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 <eric@engestrom.ch> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
committed by
Eric Engestrom
parent
5be1b1a8ce
commit
cc15460e18
@@ -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,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user