bundles/kodi: add missing dependencies

This commit is contained in:
Franzi 2020-10-03 18:36:48 +02:00
parent c2bcd1f0d9
commit 5e8489a74c
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 9 additions and 2 deletions

View file

@ -5,7 +5,11 @@ files = {
'svc_systemd:kodi:restart',
},
},
'/etc/X11/Xwrapper.config': {},
'/etc/X11/Xwrapper.config': {
'needs': {
'pkg_apt:xserver-xorg-legacy',
},
},
}
svc_systemd = {
@ -14,6 +18,7 @@ svc_systemd = {
'file:/etc/systemd/system/kodi.service',
'file:/etc/X11/Xwrapper.config',
'pkg_apt:kodi',
'pkg_apt:xinit',
'user:kodi',
},
},