1config 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 8 https://git.linuxtv.org/edid-decode.git/ 9 10comment "edid-decode needs a toolchain w/ C++, gcc >= 4.7" 11 depends on !!BR2_INSTALL_LIBSTDCPP || \ 12 !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 13