Skip to content

Commit

Permalink
[libcec] Add repeating keypress patch from popcornmix' repo
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed May 2, 2015
1 parent 9ab7305 commit f8e1110
Show file tree
Hide file tree
Showing 2 changed files with 616 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/depends/target/libcec/Makefile
Expand Up @@ -21,6 +21,7 @@ $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS)
rm -rf $(PLATFORM); mkdir -p $(PLATFORM)
cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE)
cd $(PLATFORM); $(AUTORECONF) -vif
cd $(PLATFORM); patch -p1 < ../popcornmix.patch
cd $(PLATFORM); $(CONFIGURE)

$(LIBDYLIB): $(PLATFORM)
Expand Down

0 comments on commit f8e1110

Please sign in to comment.