[Mesa-dev] [PATCH mesa 2/2] meson: drop GLESv1 .so version back to 1.0.0
Eric Engestrom
eric at engestrom.ch
Fri Nov 3 07:38:25 UTC 2017
On 2 November 2017 23:42:12 GMT, Eric Engestrom <eric at engestrom.ch> wrote:
> autotools generates libGLESv1_CM.so.1.0.0, so let's make sure meson
> does the same.
>
> Signed-off-by: Eric Engestrom <eric at engestrom.ch>
> ---
> src/mapi/es1api/meson.build | 2 +-
> src/mapi/shared-glapi/meson.build | 1 +
> 2 files changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/src/mapi/es1api/meson.build b/src/mapi/es1api/meson.build
> index 8d95aee02f..e8b9066a5f 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,
> )
>
> diff --git a/src/mapi/shared-glapi/meson.build
> b/src/mapi/shared-glapi/meson.build
> index 0d88de0545..05fd53b7a2 100644
> --- a/src/mapi/shared-glapi/meson.build
> +++ b/src/mapi/shared-glapi/meson.build
> @@ -44,6 +44,7 @@ libglapi = shared_library(
> link_args : [ld_args_gc_sections],
> include_directories : [inc_src, inc_include, inc_mapi],
> dependencies : [dep_thread, dep_selinux],
> + version : '0.0.0',
Oops, this hunk was meant to be in the previous patch…
> install : true,
> )
>
More information about the mesa-dev
mailing list