diff options
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.3.bb (renamed from meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.2.bb) | 16 |
1 files changed, 3 insertions, 13 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.3.bb index 7f7888eeda..2c881a270a 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.3.bb | |||
@@ -3,17 +3,7 @@ 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 | 5 | ||
6 | DEPENDS = " \ | 6 | DEPENDS = "dbus libwnck3 libsm libxfce4ui virtual/libx11" |
7 | dbus \ | ||
8 | dbus-glib \ | ||
9 | gtk+ \ | ||
10 | libwnck3 \ | ||
11 | libsm \ | ||
12 | libxfce4ui \ | ||
13 | libxfce4util \ | ||
14 | virtual/libx11 \ | ||
15 | xfconf \ | ||
16 | " | ||
17 | 7 | ||
18 | inherit xfce update-alternatives distro_features_check | 8 | inherit xfce update-alternatives distro_features_check |
19 | 9 | ||
@@ -25,8 +15,8 @@ PACKAGECONFIG[polkit] = "--enable-polkit, --disable-polkit, polkit" | |||
25 | SRC_URI += " \ | 15 | SRC_URI += " \ |
26 | file://0001-configure.in-hard-code-path-to-iceauth.patch \ | 16 | file://0001-configure.in-hard-code-path-to-iceauth.patch \ |
27 | " | 17 | " |
28 | SRC_URI[md5sum] = "1306b6166f47cdf6e0c61259abbb621f" | 18 | SRC_URI[md5sum] = "94eca4dd2280910292abf9692304ce2c" |
29 | SRC_URI[sha256sum] = "c0be0c7e602c962d0e8fca63bd86165e60313d07bfb72cf2c3f99ab53e2a22a1" | 19 | SRC_URI[sha256sum] = "eaed34f29aa044d878d60dcb7293a542f48248919e3dcd8df98215121cb6d362" |
30 | 20 | ||
31 | ALTERNATIVE_${PN} = "x-session-manager" | 21 | ALTERNATIVE_${PN} = "x-session-manager" |
32 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session" | 22 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session" |