Revert "meson: drop GLESv1 .so version back to 1.0.0"
authorRoss Burton <ross.burton@intel.com>
Mon, 25 Feb 2019 20:06:48 +0000 (20:06 +0000)
committerEric Engestrom <eric.engestrom@intel.com>
Tue, 30 Apr 2019 12:49:20 +0000 (13:49 +0100)
commit1c1efa4ca9a190e21ea555c9b02f69af194dce51
tree0a84d7296d97da5dd32b801edf82c3ecee974f57
parent8d621e8ff72c0439d08450425fbf0cda23232f39
Revert "meson: drop GLESv1 .so version back to 1.0.0"

This patch claimed that the autotools build generates libGLESv1_CM.so.1.0.0, but
it doesn't:

es1api_libGLESv1_CM_la_LDFLAGS = \
        -no-undefined \
        -version-number 1:1 \
        $(GC_SECTIONS) \
        $(LD_NO_UNDEFINED)

Revert commit cc15460e182148292be877bec5a8a61cec57377d to ensure that the
autotools and meson builds produce the same libraries.

Fixes: cc15460e182148292be8 "meson: drop GLESv1 .so version back to 1.0.0"
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
src/mapi/es1api/meson.build