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
|
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
|
|
|
|
|
|
|
comment "edid-decode needs a toolchain w/ C++"
|
|
|
|
depends on !!BR2_INSTALL_LIBSTDCPP
|