Config.in.host 369 B

1234567891011
  1. config BR2_PACKAGE_HOST_SDBUS_CPP
  2. bool "host sdbus-c++"
  3. depends on BR2_HOST_GCC_AT_LEAST_7
  4. help
  5. sdbus-c++ is a high-level C++ D-Bus library for Linux
  6. designed to provide expressive, easy-to-use API in modern C++.
  7. This will build the stub code generator for the adaptor and
  8. proxy interfaces from D-Bus IDL.
  9. https://github.com/Kistler-Group/sdbus-cpp