summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.1.bb')
-rw-r--r--meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.1.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.1.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.1.bb
index 74289fb35..aa82a7caf 100644
--- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.1.bb
+++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.1.bb
@@ -17,11 +17,6 @@ ALTERNATIVE_${PN} = "x-session-manager"
17ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session" 17ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session"
18ALTERNATIVE_PRIORITY_${PN} = "100" 18ALTERNATIVE_PRIORITY_${PN} = "100"
19 19
20# protect from frightening message that xfce might not work correctly
21pkg_postinst_${PN} () {
22 echo 127.0.0.1 ${MACHINE} >> /etc/hosts
23}
24
25PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES','systemd','systemd','consolekit',d)}" 20PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES','systemd','systemd','consolekit',d)}"
26PACKAGECONFIG[systemd] = "--enable-systemd, --disable-systemd, polkit, systemd" 21PACKAGECONFIG[systemd] = "--enable-systemd, --disable-systemd, polkit, systemd"
27PACKAGECONFIG[consolekit] = ",,,consolekit" 22PACKAGECONFIG[consolekit] = ",,,consolekit"