plymouth-lite: provide full screen splashs if possible
Signed-off-by: Stephan Raue <stephan@openelec.tv>
@ -29,8 +29,9 @@ mkdir -p $INSTALL/splash
|
|||||||
if [ -f $PROJECT_DIR/$PROJECT/splash/splash.conf ]; then
|
if [ -f $PROJECT_DIR/$PROJECT/splash/splash.conf ]; then
|
||||||
cp $PROJECT_DIR/$PROJECT/splash/splash.conf $INSTALL/splash
|
cp $PROJECT_DIR/$PROJECT/splash/splash.conf $INSTALL/splash
|
||||||
cp $PROJECT_DIR/$PROJECT/splash/*.png $INSTALL/splash
|
cp $PROJECT_DIR/$PROJECT/splash/*.png $INSTALL/splash
|
||||||
elif [ -f $PROJECT_DIR/$PROJECT/splash/splash.png ]; then
|
elif [ -f $PROJECT_DIR/$PROJECT/splash/splash-1024.png \
|
||||||
cp $PROJECT_DIR/$PROJECT/splash/splash.png $INSTALL/splash
|
-o -f $PROJECT_DIR/$PROJECT/splash/splash-full.png ]; then
|
||||||
|
cp $PROJECT_DIR/$PROJECT/splash/splash-*.png $INSTALL/splash
|
||||||
else
|
else
|
||||||
cp $PKG_DIR/splash/splash-*.png $INSTALL/splash
|
cp $PKG_DIR/splash/splash-*.png $INSTALL/splash
|
||||||
fi
|
fi
|
||||||
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 121 KiB |
Before Width: | Height: | Size: 243 KiB After Width: | Height: | Size: 243 KiB |
Before Width: | Height: | Size: 327 KiB After Width: | Height: | Size: 327 KiB |
Before Width: | Height: | Size: 121 KiB |
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 133 KiB |