From e7a96874f5b08316b3ee9741a5a4dcaa6b938926 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lukas=20M=C3=A4rdian?= Date: Thu, 24 Mar 2011 00:38:52 +0100 Subject: [PATCH] e-wm-config-illume2-shr: use palmpre config option and bump SRCREV MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * 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 Acked-by: Simon Busch --- recipes/shr/e-wm-config-illume2-shr_git.bb | 11 +++++++++-- 1 file 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" -- 2.39.5