projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5be1b1a
)
meson: drop GLESv1 .so version back to 1.0.0
author
Eric Engestrom
<eric@engestrom.ch>
Thu, 2 Nov 2017 23:38:09 +0000
(23:38 +0000)
committer
Eric Engestrom
<eric.engestrom@imgtec.com>
Tue, 7 Nov 2017 10:47:20 +0000
(10:47 +0000)
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>
src/mapi/es1api/meson.build
patch
|
blob
|
history
diff --git
a/src/mapi/es1api/meson.build
b/src/mapi/es1api/meson.build
index 8d95aee02f4026edf3f2feda06a07ebe9bb6b2d0..e8b9066a5f7d00c2a09ee09b61ce8dfe686166bb 100644
(file)
--- 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,
)