xref: /OK3568_Linux_fs/buildroot/package/edid-decode/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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