Config.in 332 B

12345678910111213
  1. config BR2_PACKAGE_GLOG
  2. bool "glog"
  3. # __ELF__ not defined on Microblaze
  4. depends on !BR2_microblaze
  5. depends on BR2_INSTALL_LIBSTDCPP
  6. help
  7. C++ implementation of the Google logging module
  8. https://github.com/google/glog
  9. comment "glog needs a toolchain w/ C++"
  10. depends on !BR2_microblaze
  11. depends on !BR2_INSTALL_LIBSTDCPP