plymouth-lite: fix meta file

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-09-30 10:18:51 +02:00
parent 90a237c0a5
commit 92979dac14

View File

@ -35,6 +35,6 @@ PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
if [ "UVESAFB_SUPPORT" = yes ]; then
if [ "$UVESAFB_SUPPORT" = yes ]; then
PKG_DEPENDS="$PKG_DEPENDS v86d"
fi