summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2013-04-27 18:34:00 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-05-03 13:32:03 +0200
commitcfbdfd6b1da4325de3b0cf195d6f860621ee3c13 (patch)
treeade725ae73815fff48d2e6680acb32227872f6ef /meta-xfce
parent2d54ce17a7c857de05034eb96652c0e7257de0ea (diff)
downloadmeta-openembedded-cfbdfd6b1da4325de3b0cf195d6f860621ee3c13.tar.gz
xfce4-session: remove unconditional consolekit RDEPENDS and use PACKAGECONFIG
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.0.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.0.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.0.bb
index 8de95ee02..bbe92e8cb 100644
--- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.0.bb
+++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.0.bb
@@ -3,9 +3,8 @@ SECTION = "x11"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" 4LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
5DEPENDS = "virtual/libx11 libsm libxfce4util libxfce4ui gtk+ libwnck dbus dbus-glib xfconf" 5DEPENDS = "virtual/libx11 libsm libxfce4util libxfce4ui gtk+ libwnck dbus dbus-glib xfconf"
6DEPENDS += "${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" 6RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth upower"
7RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth consolekit upower" 7PR = "r7"
8PR = "r6"
9 8
10inherit xfce update-alternatives 9inherit xfce update-alternatives
11 10
@@ -25,6 +24,10 @@ pkg_postinst_${PN} () {
25 echo 127.0.0.1 ${MACHINE} >> /etc/hosts 24 echo 127.0.0.1 ${MACHINE} >> /etc/hosts
26} 25}
27 26
27PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES','systemd','systemd','consolekit',d)}"
28PACKAGECONFIG[systemd] = "--enable-systemd, --disable-systemd, polkit, systemd"
29PACKAGECONFIG[consolekit] = ",,,consolekit"
30
28FILES_${PN} += "${libdir}/xfce4/*/*/*.so \ 31FILES_${PN} += "${libdir}/xfce4/*/*/*.so \
29 ${libdir}/xfce4/session/*-*-* \ 32 ${libdir}/xfce4/session/*-*-* \
30 ${datadir}/xsessions \ 33 ${datadir}/xsessions \