xref: /OK3568_Linux_fs/buildroot/package/libcrossguid/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBCROSSGUID
2	bool "libcrossguid"
3	depends on BR2_INSTALL_LIBSTDCPP
4	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # C++11
5	select BR2_PACKAGE_UTIL_LINUX
6	select BR2_PACKAGE_UTIL_LINUX_LIBUUID
7	help
8	  Lightweight cross platform C++ GUID/UUID library
9
10	  https://github.com/graeme-hill/crossguid
11
12comment "libcrossguid needs a toolchain w/ C++, gcc >= 4.7"
13	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
14