Add kodi container, heavily modified from https://github.com/Celedhrim/docker-kodi-server

This commit is contained in:
2016-04-20 22:17:14 +01:00
parent 5905aa6d34
commit 22afbdc15c
4 changed files with 59 additions and 0 deletions

2
build/make/encoders.mk Normal file
View File

@@ -0,0 +1,2 @@
encoders: compile
$(call script,$@)

4
build/make/kodi.mk Normal file
View File

@@ -0,0 +1,4 @@
kodi: encoders
$(call add,aux/headless.patch,/headless.patch)
$(call script,$@)
$(call runit,$@)