remote: fix meta file

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-14 18:57:50 +01:00
parent c6c174f831
commit 14a6198e6d

View File

@ -13,4 +13,6 @@ PKG_SHORTDESC="remote: Meta package for installing various tools needed for remo
PKG_LONGDESC="Meta package for installing various tools needed for remote support" PKG_LONGDESC="Meta package for installing various tools needed for remote support"
PKG_IS_ADDON="no" PKG_IS_ADDON="no"
[ "$ATVCLIENT_SUPPORT" = "yes" ] && PKG_DEPENDS="$PKG_DEPENDS atvclient" if [ "$ATVCLIENT_SUPPORT" = "yes" ]; then
PKG_DEPENDS="$PKG_DEPENDS atvclient"
fi