Commit Graph

9 Commits

Author SHA1 Message Date
Nedko Arnaudov e687775381 meson: s/f'.git'/'.git'/ 2024-03-27 17:30:12 +02:00
Nedko Arnaudov 5102838329 meson: Fix version.h when building from tarball
meson.build always assumed running from git source tree,
resulting in GIT_VERSION with value "" (empty string).

This commit makes meson use the tarballed version.h,
for the cases when not building from git source tree.
2024-03-27 16:58:41 +02:00
Nedko Arnaudov cdad426401 meson: Fix project license field (MIT->GPL-2.0-only)
Most of code is GPL2+, but common/klist.h comes from Linux kernel,
so as a whole, GPL2 only is valid (but consult your lawyer anyway)
2024-03-27 16:09:13 +02:00
Nedko Arnaudov 22e0a60631 meson: Fix after README->README.adoc rename 2024-03-26 23:53:22 +02:00
Nedko Arnaudov 497decb295 Bump version to 1.2 2024-03-26 23:50:09 +02:00
Max Audron a19489541c meson: include build directory no matter it's name
when updating the ebuild i noticed that the include for the config.h and
version.h files relied on the build directory being name "build". This
is fixed now by using the last segment of the meson.build_root() output
which is the correct build dir.

also delete no longer needed manual creation of version.h and config.h
2021-02-21 21:01:32 +02:00
Max Audron a594323102 add gladish to meson build 2021-02-14 14:25:57 +01:00
Max Audron 3c0c2f62d9 add optional compile of pylash and liblash to meson 2021-02-14 14:25:16 +01:00
Max Audron 1e69f48936 add meson build files
build common, cdbus, alsapid, and proxies as static libraries.
daemon aka ladishd links to them at build time.
2021-02-14 14:22:47 +01:00