9 Commits

Author SHA1 Message Date
Konrad Dybcio
cd069ad7ed Merge pull request #37 from z3ntu/drop-ns
ns: Drop qrtr-ns
2025-12-08 13:10:50 +01:00
Konrad Dybcio
b51ffaf227 meson.build: Tag v1.2 2025-12-08 13:02:58 +01:00
Luca Weiss
3edda0ebec ns: Drop qrtr-ns
The qrtr-ns has been superceded by the in-kernel nameserver since
multiple years. If anybody wants to do archeology, they can find qrtr-ns
with old releases / in the git history. Drop it and remove quite some
code.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
2025-11-21 13:16:29 +01:00
Arnaud Ferraris
b6b586f3d0 lib: meson.build: restore libqrtr SONAME
The previous version of `libqrtr` had `libqrtr.so.1` as their SONAME,
while the current version have only `libqrtr.so`. This is problematic as
previously built binaries using this lib will have to be rebuilt for
this new version (or rather, re-linked, which is practically
equivalent).

This change ensures the SONAME is kept by setting the project version
in the top-level `meson.build` and uses this string as the shared
library version.

In practice, the generated library filename is now `libqrtr.so.1.1` with
SONAME still being `libqrtr.so.1`.
2024-04-30 23:51:42 +02:00
Konrad Dybcio
8f9b2bc3b6 meson.build: Make building qrtr-ns opt-in
It's been moved to the kernel since forever..

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
2024-04-09 20:08:09 +02:00
Konrad Dybcio
26d69ebc13 meson.build: Allow skipping the systemd service 2024-04-09 19:31:56 +02:00
Konrad Dybcio
bc35b65b36 meson.build: Remove faux vesion req 2024-04-09 19:31:56 +02:00
Konrad Dybcio
415736c850 meson.build: Enable more warnings 2024-04-09 13:14:34 +02:00
Konrad Dybcio
dece9315ea treewide: meson
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
2024-04-09 13:14:34 +02:00