commit | 2b3507aff0c0b6846791aa3ec6b38ce48d4c6a86 | [log] [tgz] |
---|---|---|
author | Tim Lee <timlee660101@gmail.com> | Fri Aug 19 17:25:48 2022 +0800 |
committer | Tim Lee <timlee660101@gmail.com> | Fri Aug 19 17:25:48 2022 +0800 |
tree | 3df48f25b26a50f74562773b160aca200647dbd2 | |
parent | 11317d75d4a6f38f998af7e6c612a99ad3eff12a [diff] |
dbus-sdr: fix build error when disable sel-logger-clears-sel callDbusMethod() didn't support optional parameters for the method call. For consistence, we use yield_method_call() instead currently to avoid this build error. Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I9bf77293c31bb1e80e6e4ed2c9564bc9b6150e25
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