e-wm: introduce E17_DEFAULT_CONFIG to remove e-wm-config-default from RRECOMMENDS...
authorMartin Jansa <Martin.Jansa@gmail.com>
Mon, 23 Aug 2010 12:34:09 +0000 (14:34 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Mon, 23 Aug 2010 16:33:27 +0000 (18:33 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
conf/distro/shr.conf
recipes/e17/e-wm_svn.bb

index 1191d8c..460e433 100644 (file)
@@ -99,6 +99,7 @@ IPKG_VARIANT = "opkg"
 
 #Illume settings
 ILLUME_CONFIG = "e-wm-config-illume2-shr"
+E17_DEFAULT_CONFIG = "e-wm-config-illume2-shr"
 ILLUME_THEME = "e-wm-theme-illume-gry"
 
 # From minimal.conf
index 557e2d9..99b10d2 100644 (file)
@@ -6,6 +6,8 @@ PV = "0.16.999.060+svnr${SRCPV}"
 PR = "r15"
 SRCREV = "${EFL_SRCREV}"
 
+E17_DEFAULT_CONFIG ?= "${PN}-config-default"
+
 inherit e update-alternatives
 
 SRC_URI += "\
@@ -83,7 +85,7 @@ PACKAGES =+ "\
 "
 
 RRECOMMENDS_${PN} = "\
-  ${PN}-config-default \
+  ${E17_DEFAULT_CONFIG} \
   ${PN}-images \
   ${PN}-icons \
   ${PN}-other \