[Mesa-dev] [PATCH 2/2] Revert "meson: drop GLESv1 .so version back to 1.0.0"
Dylan Baker
dylan at pnwbakers.com
Mon Feb 25 21:14:53 UTC 2019
Quoting Ross Burton (2019-02-25 12:06:48)
> 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.
> ---
> src/mapi/es1api/meson.build | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/mapi/es1api/meson.build b/src/mapi/es1api/meson.build
> index 016090dac91..a3628e076f7 100644
> --- a/src/mapi/es1api/meson.build
> +++ b/src/mapi/es1api/meson.build
> @@ -39,7 +39,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.0.0',
> + version : '1.1.0',
> install : true,
> )
>
> --
> 2.11.0
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
For this patch:
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20190225/f915e4d1/attachment.sig>
More information about the mesa-dev
mailing list