commit | 6eab420af4dcaa52d2f5946f33baffdacca7c60d | [log] [tgz] |
---|---|---|
author | Willy Tu <wltu@google.com> | Thu Jun 09 11:34:52 2022 -0700 |
committer | Willy Tu <wltu@google.com> | Mon Jun 13 00:08:31 2022 +0000 |
tree | 76d0528882cd64aa68b573cdfa252b4c873a34be | |
parent | d22ab5b030ea76e5ba4ec55c8e1681c0bd79e796 [diff] |
build: Remove dynamicsensor library if it is not enabled Use the meson option to not include the dynamiccmds lib if it is disabled. Without removing this, the dbus-sdr implmentation will always take over the other handler implmentation. Change-Id: I15f51dbd3dcb9e9b78e61f3f6b11991f75b42cc7 Signed-off-by: Willy Tu <wltu@google.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.