2015-12-07 22:14:44 +01:00
|
|
|
config BR2_PACKAGE_EDID_DECODE
|
|
|
|
bool "edid-decode"
|
2020-06-03 12:47:13 +02:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2020-06-06 14:28:10 +02:00
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # C++11
|
2015-12-07 22:14:44 +01:00
|
|
|
help
|
|
|
|
Decode EDID data in human-readable format.
|
|
|
|
|
2018-06-22 05:19:28 +02:00
|
|
|
https://git.linuxtv.org/edid-decode.git/
|
2020-06-03 12:47:13 +02:00
|
|
|
|
2020-06-06 14:28:10 +02:00
|
|
|
comment "edid-decode needs a toolchain w/ C++, gcc >= 4.7"
|
|
|
|
depends on !!BR2_INSTALL_LIBSTDCPP || \
|
|
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
|