Config.in 368 B

123456789101112
  1. config BR2_PACKAGE_EDID_DECODE
  2. bool "edid-decode"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # C++11
  5. help
  6. Decode EDID data in human-readable format.
  7. https://git.linuxtv.org/edid-decode.git/
  8. comment "edid-decode needs a toolchain w/ C++, gcc >= 4.7"
  9. depends on !!BR2_INSTALL_LIBSTDCPP || \
  10. !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7