From cfefcd859f2b51a6ebe23c5be149ff258755e249 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Wed, 22 Jul 2015 22:30:25 +0200 Subject: package/libcec: bump to version 3.0.1 - reflect upstream changes of the build system by switching from an autotools-package to cmake-package [Thomas: - remove the gcc 4.5 dependency. While we do need a dependency on the gcc version, the proposed implementation was not correct as it wasn't handling external toolchains. - add a patch to fix a problem caused by libcec build system trying to use 'git' to get a version number, which does not work when the version control system information is not available, as is the case in Buildroot.] Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- package/libcec/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'package/libcec/Config.in') diff --git a/package/libcec/Config.in b/package/libcec/Config.in index e5fa9c8d9a..2cf011da5d 100644 --- a/package/libcec/Config.in +++ b/package/libcec/Config.in @@ -4,6 +4,7 @@ config BR2_PACKAGE_LIBCEC depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_USE_WCHAR depends on !BR2_STATIC_LIBS + select BR2_PACKAGE_LIBPLATFORM help libcec allows you in combination with the right hardware to control your home theater devices with your TV remote -- cgit v1.2.3