weston: add LibreELEC wallpaper

This commit is contained in:
SupervisedThinking 2021-11-10 11:34:51 +01:00
parent c4ef45d3ad
commit 0d2805540d
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,9 @@ idle-time=0
[shell] [shell]
locking=false locking=false
background-color=0x00000000
background-image=/usr/share/weston/splash-2160.png
background-type=scale-crop
[launcher] [launcher]
path=/usr/lib/kodi/kodi.bin path=/usr/lib/kodi/kodi.bin

View File

@ -42,6 +42,7 @@ post_makeinstall_target() {
mkdir -p ${INSTALL}/usr/share/weston mkdir -p ${INSTALL}/usr/share/weston
cp ${PKG_DIR}/config/weston.ini ${INSTALL}/usr/share/weston cp ${PKG_DIR}/config/weston.ini ${INSTALL}/usr/share/weston
find_file_path "splash/splash-2160.png" && cp ${FOUND_PATH} ${INSTALL}/usr/share/weston
safe_remove ${INSTALL}/usr/share/wayland-sessions safe_remove ${INSTALL}/usr/share/wayland-sessions
safe_remove ${INSTALL}/usr/bin/weston-calibrator safe_remove ${INSTALL}/usr/bin/weston-calibrator