mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
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:
parent
5be1b1a8ce
commit
cc15460e18
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ libglesv1_cm = shared_library(
|
||||||
include_directories : [inc_src, inc_include, inc_mapi],
|
include_directories : [inc_src, inc_include, inc_mapi],
|
||||||
link_with : libglapi,
|
link_with : libglapi,
|
||||||
dependencies : [dep_thread, dep_libdrm, dep_m, dep_dl],
|
dependencies : [dep_thread, dep_libdrm, dep_m, dep_dl],
|
||||||
version : '1.1.0',
|
version : '1.0.0',
|
||||||
install : true,
|
install : true,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue