6fa4131de5
Add a host option to build the xml2cpp-codegen part of the sdbus-cpp package for use in creating adaptor and proxy implementations from the D-Bus IDL. Signed-off-by: Charles Hardin <ckhardin@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
12 lines
369 B
Plaintext
12 lines
369 B
Plaintext
config BR2_PACKAGE_HOST_SDBUS_CPP
|
|
bool "host sdbus-c++"
|
|
depends on BR2_HOST_GCC_AT_LEAST_7
|
|
help
|
|
sdbus-c++ is a high-level C++ D-Bus library for Linux
|
|
designed to provide expressive, easy-to-use API in modern C++.
|
|
|
|
This will build the stub code generator for the adaptor and
|
|
proxy interfaces from D-Bus IDL.
|
|
|
|
https://github.com/Kistler-Group/sdbus-cpp
|