wayland: add background image

This commit is contained in:
Stephan Raue 2009-09-21 10:19:28 +02:00
parent 22f2ae8b8b
commit d8601707f0
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,11 @@
################################################################################
# Wayland environment variables.
#
# This file contains non-OpenELEC evironment variables as well as OpenELEC
# evironment variables that are not user defined.
################################################################################
#-------------------------------------------------------------------------------
# Wayland background image
#-------------------------------------------------------------------------------
OE_WAYLAND_BACKGROUND=/usr/share/wayland/background.png

View File

@ -20,5 +20,11 @@ cp -PR $PKG_BUILD/screenshot $INSTALL/usr/bin
cp -PR $PKG_BUILD/terminal $INSTALL/usr/bin
cp -PR $PKG_BUILD/wayland-system-compositor $INSTALL/usr/bin
if [ -f $PROJECT_DIR/$PROJECT/background/background.png ]; then
mkdir -p $INSTALL/usr/share/wayland/
cp -PR $PROJECT_DIR/$PROJECT/background/background.png \
$INSTALL/usr/share/wayland/
fi
mkdir -p $INSTALL/lib/udev/rules.d
cp -PR $PKG_BUILD/70-wayland.rules $INSTALL/lib/udev/rules.d

Binary file not shown.

After

Width:  |  Height:  |  Size: 471 KiB