Config.in 442 B

12345678910111213
  1. config 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. https://github.com/graeme-hill/crossguid
  10. comment "libcrossguid needs a toolchain w/ C++, gcc >= 4.7"
  11. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7