[oe-commits] [meta-openembedded] 12/46: xfce4-session: Add xrdb RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Fri Jun 14 19:08:05 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 22020ea224e23b768f7c16bb886f6b9ddc5c39b7
Author: Robert Joslyn <robert.joslyn at redrectangle.org>
AuthorDate: Wed Jun 5 22:39:28 2019 -0700

    xfce4-session: Add xrdb RDEPENDS
    
    The /etc/xdg/xfce4/xinitrc file calls xrdb, so add it as an RDEPENDS.
    
    Signed-off-by: Robert Joslyn <robert.joslyn at redrectangle.org>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.2.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.2.bb
index 1a88e2d..d6e3914 100644
--- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.2.bb
+++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.2.bb
@@ -3,7 +3,7 @@ SECTION = "x11"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
 DEPENDS = "virtual/libx11 libsm libxfce4util libxfce4ui gtk+ libwnck3 dbus dbus-glib xfconf polkit"
-RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth upower"
+RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth upower xrdb"
 
 inherit xfce update-alternatives distro_features_check
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list