15 lines
460 B
Plaintext
15 lines
460 B
Plaintext
|
config BR2_PACKAGE_SDBUSPLUS
|
||
|
bool "sdbusplus"
|
||
|
depends on BR2_INSTALL_LIBSTDCPP
|
||
|
depends on BR2_PACKAGE_SYSTEMD
|
||
|
help
|
||
|
A C++ library for sd-bus with a bindings and doc generator.
|
||
|
|
||
|
This will build the target library. See the host package for
|
||
|
the bindings and documentation generation program.
|
||
|
|
||
|
https://github.com/openbmc/sdbusplus
|
||
|
|
||
|
comment "sdbusplus needs systemd and a toolchain w/ C++"
|
||
|
depends on !BR2_PACKAGE_SYSTEMD || !BR2_INSTALL_LIBSTDCPP
|