bundles/kodi: add missing dependencies
This commit is contained in:
parent
c2bcd1f0d9
commit
5e8489a74c
3 changed files with 9 additions and 2 deletions
|
@ -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',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue