summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2019-03-28 03:27:50 -0700
committerWilliam A. Kennington III <wak@google.com>2019-03-28 03:27:58 -0700
commit2d8f8cc0a2a8e289019d99f5edba0703817b9727 (patch)
tree5c286127997d1ab553ebf9cd22bfac2bdbd54364 /src
parentd41a942a125e8400f263414c43af022edf8b2871 (diff)
downloadsdeventplus-2d8f8cc0a2a8e289019d99f5edba0703817b9727.tar.gz
sdeventplus-2d8f8cc0a2a8e289019d99f5edba0703817b9727.zip
meson: Add version to library
Otherwise bitbake will treat it as a private library and not move it to the proper directory and generate the necessary shlib metadata. Change-Id: Ibc1409fd63ff1d73ef97e9fb7ed4aa370807c0a9 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index 4e8b5b5..eec3218 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -18,6 +18,7 @@ sdeventplus = library(
],
include_directories: includes,
implicit_include_directories: false,
+ version: meson.project_version(),
dependencies: libsystemd,
install: true)
OpenPOWER on IntegriCloud