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