Skip to content

Commit

Permalink
weston: add LibreELEC wallpaper
Browse files Browse the repository at this point in the history
  • Loading branch information
SupervisedThinking committed Nov 17, 2021
1 parent c4ef45d commit 0d28055
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/wayland/weston/config/weston.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions packages/wayland/weston/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d28055

Please sign in to comment.