aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Märdian <lukasmaerdian@googlemail.com>2011-03-24 00:38:52 +0100
committerSimon Busch <morphis@gravedo.de>2011-03-25 20:01:43 +0100
commite7a96874f5b08316b3ee9741a5a4dcaa6b938926 (patch)
treeacf62d3ccddd53656a6cbf801d53b9ea13254223
parenta57ee950ceffe7d500845d6c01e34a4754814efe (diff)
downloadopenembedded-e7a96874f5b08316b3ee9741a5a4dcaa6b938926.tar.gz
e-wm-config-illume2-shr: use palmpre config option and bump SRCREV
* bump SRCREV and PR * set PACKAGE_ARCH_palmpre = "${MACHINE_ARCH}" * add --enable-machine-palmpre to EXTRA_OECONF_palmpre * now a bigger illume-indicator (top-bar) is used for the palmpre Signed-off-by: Lukas Märdian <lukasmaerdian@gmail.com> Acked-by: Simon Busch <morphis@gravedo.de>
-rw-r--r--recipes/shr/e-wm-config-illume2-shr_git.bb11
1 files changed, 9 insertions, 2 deletions
diff --git a/recipes/shr/e-wm-config-illume2-shr_git.bb b/recipes/shr/e-wm-config-illume2-shr_git.bb
index 692d979644..ce22f3547f 100644
--- a/recipes/shr/e-wm-config-illume2-shr_git.bb
+++ b/recipes/shr/e-wm-config-illume2-shr_git.bb
@@ -3,9 +3,9 @@ SECTION = "e/utils"
DEPENDS = "eet"
LICENSE = "MIT BSD"
RDEPENDS_${PN} = "shr-e-gadgets"
-SRCREV = "b166fa3c8f7160c0102877d32ee3ad09c8afaa7d"
+SRCREV = "93f949eda771c792bcd8d341ed77811f099aca6f"
PV = "1.2+gitr${SRCPV}"
-PR = "r8"
+PR = "r9"
inherit e
@@ -13,10 +13,17 @@ SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=ma
S = "${WORKDIR}/git/e-wm/${PN}"
+PACKAGE_ARCH_palmpre = "${MACHINE_ARCH}"
+
EXTRA_OECONF = "\
--with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \
"
+EXTRA_OECONF_palmpre = "\
+ --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \
+ --enable-machine-palmpre \
+"
+
FILES_${PN} = "${datadir}/enlightenment/data/config/illume2-shr"
ESYSACTIONS ?= "e-wm-sysactions"