bundlewrap/bundles/kodi/metadata.py
Franzi 2387b196b2
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/kodi: use alsa instead of pulseaudio
2020-10-03 17:00:13 +02:00

25 lines
531 B
Python

defaults = {
'apt': {
'packages': {
'cec-utils': {},
'fonts-noto': {},
'fonts-roboto': {},
'kodi': {},
'kodi-repository-kodi': {},
'libcec4': {},
'ttf-mscorefonts-installer': {},
'tv-fonts': {},
'xfonts-base': {},
'xserver-xorg-legacy': {},
},
},
'users': {
'kodi': {
'groups': {
'audio',
'tty',
},
},
},
}