commit | 082de3c9e40a2b9badf7991e9dc616b1cf25b2c5 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Mon Mar 03 20:33:30 2025 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Fri Mar 14 10:34:39 2025 +0800 |
tree | 6da454ca0f1bd6ebbd974c844d8088380322053e | |
parent | 69b4c2811a262094addab680c925e63dd3468440 [diff] |
globalhandler: switch to asynchronous dbus calls Use the latest asynchronous D-Bus method calls instead of synchronous methods. Change-Id: I1afd8a526f8dbed6359d93ec4a1a4e0853f205de Signed-off-by: George Liu <liuxiwei@ieisystem.com>
meson builddir ninja -C builddir
meson builddir -Dbuildtype=minsize -Db_lto=true -Dtests=disabled ninja -C builddir
If any of the dependencies are not found on the host system during configuration, meson automatically gets them via its wrap dependencies mentioned in ipmid/subprojects
.
meson builddir -Dwrap_mode=nofallback ninja -C builddir
meson builddir -Dbuildtype=debug ninja -C builddir
meson builddir -Db_coverage=true -Dtests=enabled ninja -C builddir test ninja -C builddir coverage