From 04c62080cc038ed410f352ce63f4f229ea21720f Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Fri, 30 May 2014 17:37:36 +0200 Subject: [PATCH] meta-tizen: Add second background MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ic6e08411b7905280f53a8d736b57ce3d329d2bdc (From meta-tizen rev: 71e40b62d9cce08b517b641db62fc8c6c4b75c9f) Signed-off-by: Kévin THIERRY Signed-off-by: Patrick Ohly --- .../weston-common/weston-common-extraconf.inc | 1 + .../0001-Add-a-second-background.patch | 32 ++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 meta-tizen/recipes-tizen/weston-common/weston-common/0001-Add-a-second-background.patch diff --git a/meta-tizen/recipes-tizen/weston-common/weston-common-extraconf.inc b/meta-tizen/recipes-tizen/weston-common/weston-common-extraconf.inc index e1360a1..4da46ff 100644 --- a/meta-tizen/recipes-tizen/weston-common/weston-common-extraconf.inc +++ b/meta-tizen/recipes-tizen/weston-common/weston-common-extraconf.inc @@ -7,6 +7,7 @@ SRC_URI += "file://0001-Add-a-script-to-export-UID.patch" SRC_URI += "file://0001-Automatically-restart-display-manager.patch" SRC_URI += "file://0001-Modifications-for-yocto-build.patch" SRC_URI += "file://0001-fix_weston_start.patch" +SRC_URI += "file://0001-Add-a-second-background.patch" USERADD_PACKAGES = "${PN}" diff --git a/meta-tizen/recipes-tizen/weston-common/weston-common/0001-Add-a-second-background.patch b/meta-tizen/recipes-tizen/weston-common/weston-common/0001-Add-a-second-background.patch new file mode 100644 index 0000000..5a75568 --- /dev/null +++ b/meta-tizen/recipes-tizen/weston-common/weston-common/0001-Add-a-second-background.patch @@ -0,0 +1,32 @@ +From cf662a8d7cd9f70e820d88779ed794426f62f090 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?K=C3=A9vin=20THIERRY?= +Date: Fri, 30 May 2014 17:33:52 +0200 +Subject: [PATCH] meta-tizen: Add a second background +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Change-Id: Ia473562dc399fa5875b646dc0b6ce563c26efb0e +Signed-off-by: Kévin THIERRY +--- + weston.ini | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/weston.ini b/weston.ini +index 4e1f36f..a604b54 100644 +--- a/weston.ini ++++ b/weston.ini +@@ -2,8 +2,8 @@ + modules=desktop-shell.so + + [shell] +-#background-image=/usr/share/backgrounds/gnome/Aqua.jpg +-background-image=/usr/share/backgrounds/tizen/golfe-morbihan.jpg ++#background-image=/usr/share/backgrounds/tizen/golfe-morbihan.jpg ++background-image=/usr/share/backgrounds/tizen/tizen_common.png + background-color=0xff002244 + background-type=scale-crop + panel-color=0x95333333 +-- +1.8.1.4 + -- 2.7.4