1 config BR2_PACKAGE_LIBCROSSGUID
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # C++11
5 depends on BR2_USE_WCHAR # util-linux
6 select BR2_PACKAGE_UTIL_LINUX
7 select BR2_PACKAGE_UTIL_LINUX_LIBUUID
9 Lightweight cross platform C++ GUID/UUID library
11 https://github.com/graeme-hill/crossguid
13 comment "libcrossguid needs a toolchain w/ C++, wchar, gcc >= 4.7"
14 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR \
15 || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7