commit | 7345ac419283973614e96534041e269a1be507aa | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Apr 30 20:57:39 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Apr 30 20:57:41 2021 -0500 |
tree | 54eee35ee92e550766299a639299c5c82dc99d5a | |
parent | 916d4232a432b9f9ee5ddd3d0bbce05c1f3909f6 [diff] |
use new sdbus++ camelcase Change I17a8d7479556596a3cf252b3f4eae9c8df547189 will change how sdbus++ generates names which start with an acronym. Prepare for this by keying off the SDBUSPP_NEW_CAMELCASE define to use the new format. Changes: pOHCounter -> pohCounter (This repository only uses this as a local variable so there is no need for an SDBUSPP_NEW_CAMELCASE override.) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I918aed7f6ddadd21bd490a0ddb547545499646ee
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
.