kumquat-buildroot/package/edid-decode/Config.in
Peter Seiderer d498088fe7 package/edid-decode: bump version to 1889504
- 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>
2020-06-04 23:22:52 +02:00

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