浏览代码

xfce4-session: Update D-Bus runtime dependency declaration

In order to facilitate users who wish to use e.g. dbus-broker as their
runtime D-Bus implementation, change the Freedesktop.org specific D-Bus
runtime dependency to honor oe-core's new VIRTUAL-RUNTIME_dbus
variable.

With this change we also align with oe-core commit 5dfca64b78
("dbus-glib: depend on dbus, not dbus-x11") which mentions that

  dbus-x11 hasn't existed as a package since 2012[1] and is just a
  RPROVIDES in dbus, so depend on dbus directly instead.

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Niko Mauno 1 月之前
父节点
当前提交
fd89f97baa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.20.0.bb

+ 1 - 1
meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.20.0.bb

@@ -32,7 +32,7 @@ FILES:${PN} += " \
 "
 
 RDEPENDS:${PN} = " \
-    dbus-x11 \
+    ${VIRTUAL-RUNTIME_dbus} \
     iceauth \
     netbase \
     upower \