commit | 2738b9ea0d0609df5a6c86087eaeade0799af6ba | [log] [tgz] |
---|---|---|
author | Konstantin Aladyshev <aladyshev22@gmail.com> | Sat Feb 15 00:56:19 2025 +0300 |
committer | Vernon Mauery <vernon.mauery@gmail.com> | Mon Apr 07 20:40:01 2025 +0000 |
tree | 44b4e4222fb26926bc80c5894fe0dc26e9d7b417 | |
parent | 305d8649db5b9e733397bdddf6bee47d89b5fdc6 [diff] |
Use ctx in getButtonDisabled function Instead of using exceptions utilize API with the context pointer inside the getButtonDisabled function. Change-Id: Ib5515f17ba066c00bc8e0a0245ffa57efd25e72b Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.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