[at-spi2-core/gnome-3-26] meson: fix soversion
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core/gnome-3-26] meson: fix soversion
- Date: Mon, 30 Oct 2017 21:18:56 +0000 (UTC)
commit 35a598efd8442dd887c56dec8ee4506a54cbf6b1
Author: Mike Gorse <mgorse alum wpi edu>
Date: Mon Oct 30 16:07:13 2017 -0500
meson: fix soversion
We were inverting version and soversion, generating the wrong symlink.
https://bugzilla.gnome.org/show_bug.cgi?id=789666
atspi/meson.build | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/atspi/meson.build b/atspi/meson.build
index ea48ddb..0a8da85 100644
--- a/atspi/meson.build
+++ b/atspi/meson.build
@@ -68,8 +68,8 @@ atspi_enums = gnome.mkenums('atspi-enum-types',
atspi_enum_h = atspi_enums[1]
atspi = shared_library('atspi', atspi_sources + atspi_enums,
- version: soversion.split('.')[0],
- soversion: soversion,
+ version: soversion,
+ soversion: soversion.split('.')[0],
include_directories: [ root_inc, registryd_inc ],
dependencies: [ libdbus_dep, gobject_dep, dbind_dep, x11_deps ],
install: true)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]