mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
weston: add LibreELEC wallpaper
This commit is contained in:
parent
c4ef45d3ad
commit
0d2805540d
@ -3,6 +3,9 @@ idle-time=0
|
||||
|
||||
[shell]
|
||||
locking=false
|
||||
background-color=0x00000000
|
||||
background-image=/usr/share/weston/splash-2160.png
|
||||
background-type=scale-crop
|
||||
|
||||
[launcher]
|
||||
path=/usr/lib/kodi/kodi.bin
|
||||
|
@ -42,6 +42,7 @@ post_makeinstall_target() {
|
||||
|
||||
mkdir -p ${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/bin/weston-calibrator
|
||||
|
Loading…
x
Reference in New Issue
Block a user