diff options
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.2.bb | 24 |
1 files changed, 22 insertions, 2 deletions
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 d6e3914304..dc44c4b0bd 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 | |||
@@ -2,8 +2,19 @@ SUMMARY = "xfce4-session is a session manager for Xfce 4 Desktop Environment" | |||
2 | SECTION = "x11" | 2 | 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+ libwnck3 dbus dbus-glib xfconf polkit" | 5 | |
6 | RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth upower xrdb" | 6 | DEPENDS = " \ |
7 | dbus \ | ||
8 | dbus-glib \ | ||
9 | gtk+ \ | ||
10 | libwnck3 \ | ||
11 | libsm \ | ||
12 | libxfce4ui \ | ||
13 | libxfce4util \ | ||
14 | polkit \ | ||
15 | virtual/libx11 \ | ||
16 | xfconf \ | ||
17 | " | ||
7 | 18 | ||
8 | inherit xfce update-alternatives distro_features_check | 19 | inherit xfce update-alternatives distro_features_check |
9 | 20 | ||
@@ -26,3 +37,12 @@ FILES_${PN} += " \ | |||
26 | ${datadir}/themes/Default/balou/* \ | 37 | ${datadir}/themes/Default/balou/* \ |
27 | ${datadir}/polkit-1 \ | 38 | ${datadir}/polkit-1 \ |
28 | " | 39 | " |
40 | |||
41 | RDEPENDS_${PN} = " \ | ||
42 | dbus-x11 \ | ||
43 | iceauth \ | ||
44 | netbase \ | ||
45 | upower \ | ||
46 | xinit \ | ||
47 | xrdb \ | ||
48 | " | ||