summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-efl/recipes-efl/e17/e-wm_svn.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-efl/recipes-efl/e17/e-wm_svn.bb b/meta-efl/recipes-efl/e17/e-wm_svn.bb
index 852bbcc595..6f5fab1410 100644
--- a/meta-efl/recipes-efl/e17/e-wm_svn.bb
+++ b/meta-efl/recipes-efl/e17/e-wm_svn.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT BSD"
4LIC_FILES_CHKSUM = "file://COPYING;md5=2667a0f4120372ea91f7467cdff4095f" 4LIC_FILES_CHKSUM = "file://COPYING;md5=2667a0f4120372ea91f7467cdff4095f"
5SRCNAME = "e" 5SRCNAME = "e"
6PV = "0.16.999.060+svnr${SRCPV}" 6PV = "0.16.999.060+svnr${SRCPV}"
7PR = "r1" 7PR = "r2"
8SRCREV = "${EFL_SRCREV}" 8SRCREV = "${EFL_SRCREV}"
9 9
10inherit e update-alternatives gettext 10inherit e update-alternatives gettext
@@ -182,7 +182,6 @@ FILES_${PN}-doc += "\
182CONFFILES_${PN}-menu = "${sysconfdir}/xdg/menus/applications.menu" 182CONFFILES_${PN}-menu = "${sysconfdir}/xdg/menus/applications.menu"
183CONFFILES_${PN}-sysactions = "/etc/enlightenment/sysactions.conf" 183CONFFILES_${PN}-sysactions = "/etc/enlightenment/sysactions.conf"
184 184
185ALTERNATIVE_PATH = "${bindir}/enlightenment_start.oe" 185ALTERNATIVE_${PN} = "x-window-manager"
186ALTERNATIVE_NAME = "x-window-manager" 186ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/enlightenment_start.oe"
187ALTERNATIVE_LINK = "${bindir}/x-window-manager" 187ALTERNATIVE_PRIORITY[x-window-manager] = "16"
188ALTERNATIVE_PRIORITY = "16"