[ghex] build: Avoid changing soname in the meson build
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ghex] build: Avoid changing soname in the meson build
- Date: Wed, 21 Mar 2018 11:21:44 +0000 (UTC)
commit ea98716594a43feaae2e2c32da605bb778e89f2c
Author: Kalev Lember <klember redhat com>
Date: Wed Mar 21 12:13:05 2018 +0100
build: Avoid changing soname in the meson build
Keep using libgtkhex-3.so.0 that we had in the autotools build.
src/meson.build | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/meson.build b/src/meson.build
index f6f84c6..fe34273 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -33,9 +33,9 @@ install_headers(
)
libghex = library(
- 'gtkhex-@0@.0'.format(libghex_version_major),
+ 'gtkhex-@0@'.format(libghex_version_major),
libghex_sources + libghex_headers,
- version: '@0@.0.0'.format(libghex_version_major),
+ version: '0.0.0',
include_directories: ghex_root_dir,
dependencies: libghex_deps,
c_args: libghex_c_args,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]