libxcvt/8e7c3d4ff12f783322ad88999841daeabc09bd86.patch
2021-07-22 16:55:13 +02:00

27 lines
840 B
Diff

From 8e7c3d4ff12f783322ad88999841daeabc09bd86 Mon Sep 17 00:00:00 2001
From: Olivier Fourdan <ofourdan@redhat.com>
Date: Thu, 8 Jul 2021 10:46:14 +0200
Subject: [PATCH] lib/meson: Add version to the shared library
This is a very early release likely to change in the future, make sure
to use library versioning.
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
---
lib/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/meson.build b/lib/meson.build
index 91be84c..b3ff615 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -2,4 +2,5 @@ libxcvt_sources = ['libxcvt.c']
libxcvt = shared_library('xcvt',
libxcvt_sources,
include_directories : inc,
+ version: meson.project_version(),
install : true)
--
GitLab