d498088fe7
- edid-decode changed from C to C++, adjust make command accordingly and add BR2_INSTALL_LIBSTDCPP dependency - now shipping a LICENSE file, change from (gone) edid-decode.c to this one Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11 lines
266 B
Plaintext
11 lines
266 B
Plaintext
config BR2_PACKAGE_EDID_DECODE
|
|
bool "edid-decode"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
Decode EDID data in human-readable format.
|
|
|
|
https://git.linuxtv.org/edid-decode.git/
|
|
|
|
comment "edid-decode needs a toolchain w/ C++"
|
|
depends on !!BR2_INSTALL_LIBSTDCPP
|