mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-25 13:18:27 +00:00
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@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@ SECTION = "x11"
|
|||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
|
||||||
DEPENDS = "virtual/libx11 libsm libxfce4util libxfce4ui gtk+ libwnck3 dbus dbus-glib xfconf polkit"
|
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
|
inherit xfce update-alternatives distro_features_check
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user