| commit | 8d90f975806284afa1cd3421b952798796493840 | [log] [tgz] |
|---|---|---|
| author | George Liu <liuxiwei@inspur.com> | Mon Jul 04 15:16:33 2022 +0800 |
| committer | George Liu <liuxiwei@inspur.com> | Wed Jul 06 09:40:03 2022 +0800 |
| tree | ffe19706d587d54e02f31447106acd2db557a83c | |
| parent | 25035b8898367bc25a3b5ace7ad08728de7476c6 [diff] |
meson: Expose libchannellayer and libuserlayer Since other repos need to depend on channellayer and userlayer (for example: phosphor-net-ipmi, and plan to switch to meson), it is necessary to expose libchannellayer and libuserlayer for other repos to depend on. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I6af6064be71f5a7390940b929d20f4c9e138f60a
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.