Revert "e-wm: introduce E17_DEFAULT_CONFIG to remove e-wm-config-default from RRECOMM...
authorMartin Jansa <Martin.Jansa@gmail.com>
Mon, 23 Aug 2010 18:30:30 +0000 (20:30 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Mon, 23 Aug 2010 18:32:47 +0000 (20:32 +0200)
* This reverts commit 22e3772f799948bf4a7806e74d83948ee2b2e1f4.
* e-wm-config-default is still needed to show 1st time wizard (selecting
  which config to use)
* sorry I should have tried after removing ~/.e (I thought I did)

conf/distro/shr.conf
recipes/e17/e-wm_svn.bb

index 460e433..1191d8c 100644 (file)
@@ -99,7 +99,6 @@ 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 99b10d2..4871e3b 100644 (file)
@@ -3,11 +3,9 @@ DEPENDS = "eet evas ecore edje efreet edbus"
 LICENSE = "MIT BSD"
 SRCNAME = "e"
 PV = "0.16.999.060+svnr${SRCPV}"
-PR = "r15"
+PR = "r16"
 SRCREV = "${EFL_SRCREV}"
 
-E17_DEFAULT_CONFIG ?= "${PN}-config-default"
-
 inherit e update-alternatives
 
 SRC_URI += "\
@@ -85,7 +83,7 @@ PACKAGES =+ "\
 "
 
 RRECOMMENDS_${PN} = "\
-  ${E17_DEFAULT_CONFIG} \
+  ${PN}-config-default \
   ${PN}-images \
   ${PN}-icons \
   ${PN}-other \