diff options
author | Eric Engestrom <eric@engestrom.ch> | 2017-11-02 23:38:09 +0000 |
---|---|---|
committer | Eric Engestrom <eric.engestrom@imgtec.com> | 2017-11-07 10:47:20 +0000 |
commit | cc15460e182148292be877bec5a8a61cec57377d (patch) | |
tree | 1933aa986b4a77281cf939af60b7f25e52be4907 /src/mapi/es1api | |
parent | 5be1b1a8ce6c635cf0310d2b97056a2b8f11a601 (diff) |
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>
Diffstat (limited to 'src/mapi/es1api')
-rw-r--r-- | src/mapi/es1api/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/es1api/meson.build b/src/mapi/es1api/meson.build index 8d95aee02f4..e8b9066a5f7 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, ) |