1config BR2_PACKAGE_HOST_SDBUS_CPP
2	bool "host sdbus-c++"
3	depends on BR2_HOST_GCC_AT_LEAST_8 # C++20
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
8	  This will build the stub code generator for the adaptor and
9	  proxy interfaces from D-Bus IDL.
10
11	  https://github.com/Kistler-Group/sdbus-cpp
12