diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-05-29 09:21:12 +0000 |
---|---|---|
committer | Andreas Müller <schnitzeltony@googlemail.com> | 2012-06-08 14:27:48 +0200 |
commit | 3a2be1fb6b86fefb9a5d256244916129e30a9fa2 (patch) | |
tree | 702828e86989bdc7d8882cf38045da8b4d2339c2 /meta-xfce/recipes-xfce/xfce4-session | |
parent | 326d9f23bf8d64710f40c58e26be0b5fd7e58a26 (diff) | |
download | meta-openembedded-3a2be1fb6b86fefb9a5d256244916129e30a9fa2.tar.gz |
xfce4-session: add consolekit to RDEPENDS
This error was hidden for years by my test image containing consolekit.
One result of missing consolekit are greyed 'Restart' and 'Shut Down' in XFCE's
logout-dialog and the log message:
** (xfce4-session:4125): WARNING **: 'CanStop' method failed : The name org.freedesktop.ConsoleKit was not provided by any .service files
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-session')
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.3.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.3.bb index 2db465b0a..3c84a720e 100644 --- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.3.bb +++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.3.bb | |||
@@ -3,7 +3,8 @@ SECTION = "x11" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" |
5 | DEPENDS = "virtual/libx11 libsm libxfce4util libxfce4ui gtk+ libwnck dbus dbus-glib xfconf xfce4-panel gconf gnome-keyring" | 5 | DEPENDS = "virtual/libx11 libsm libxfce4util libxfce4ui gtk+ libwnck dbus dbus-glib xfconf xfce4-panel gconf gnome-keyring" |
6 | RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth" | 6 | RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth consolekit" |
7 | PR = "r1" | ||
7 | 8 | ||
8 | inherit xfce | 9 | inherit xfce |
9 | 10 | ||