diff options
author | Philipp Kerling <pkerling@casix.org> | 2018-12-19 19:48:39 +0100 |
---|---|---|
committer | Philipp Kerling <pkerling@casix.org> | 2018-12-22 12:22:21 +0100 |
commit | fcd804d2a4e3137bdd9e1c235340c560d1dcbf8e (patch) | |
tree | fe632668b227f8b55f2b467db5c85e5684db5995 | |
parent | c460472fbb4e0700b2ef3b7171144b9838a77f03 (diff) |
[depends] bump libcec to 4.0.4
Apparently fixes an important issue with USB detection on
Mac OS X Mojave (Pulse-Eight/libcec#432)
Fixes #15073
-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 71468e2a9a..89889ebb54 100644 --- a/tools/depends/target/libcec/Makefile +++ b/tools/depends/target/libcec/Makefile @@ -5,7 +5,7 @@ DEPS= ../../Makefile.include Makefile remove_git_info.patch LIBNAME=libcec VERSION_MAJOR=4 VERSION_MINOR=0 -VERSION_PATCH=1 +VERSION_PATCH=4 VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH) SOURCE=$(LIBNAME)-$(VERSION) |