Add optional deps for alarm/xbmc-rbp required for systemd service to work

This commit is contained in:
moonman 2013-02-14 23:53:19 -07:00
parent 30b61a66d7
commit da43e2cb78

View file

@ -17,6 +17,8 @@ optdepends=(
'udisks: automount external drives'
'upower: used to trigger suspend functionality'
'unrar: access compressed files without unpacking them'
'xorg-server: use systemd to start xbmc'
'xf86-video-fbdev: use systemd to start xbmc'
)
provides=("xbmc")
conflicts=("xbmc")