diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2017-01-04 00:39:02 +0100 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2017-01-04 00:39:05 +0100 |
commit | 1c29e0dae6b86afe78946a4e94f8398f3e6c8337 (patch) | |
tree | 4ffde945ccb979d54f2bcc85fb3ef0c07cbfa857 /tools | |
parent | 1763a95d3cf2d8779a960e4d33612d9175f6ad12 (diff) |
[CEC] bump to libCEC 4.0.1
fixes detection of CEC adapters
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/libcec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/libcec/Makefile b/tools/depends/target/libcec/Makefile index c75b300aeb..20111ba898 100644 --- a/tools/depends/target/libcec/Makefile +++ b/tools/depends/target/libcec/Makefile @@ -5,7 +5,7 @@ DEPS= ../../Makefile.include Makefile LIBNAME=libcec VERSION_MAJOR=4 VERSION_MINOR=0 -VERSION_PATCH=0 +VERSION_PATCH=1 VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH) SOURCE=$(LIBNAME)-$(VERSION) |