diff options
-rw-r--r-- | meta-xfce/recipes-xfce/xfwm4/xfwm4_4.13.1.bb (renamed from meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.5.bb) | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.5.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.13.1.bb index f90d8da59c..64ad9f64ef 100644 --- a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.5.bb +++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.13.1.bb | |||
@@ -2,14 +2,24 @@ DESCRIPTION="Xfce4 Window Manager" | |||
2 | SECTION = "x11/wm" | 2 | SECTION = "x11/wm" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855" |
5 | DEPENDS = "virtual/libx11 libxpm gtk+ libxfce4util libxfce4ui libxinerama xfconf libwnck dbus-glib startup-notification exo-native" | 5 | DEPENDS = "virtual/libx11 libxfce4util libxfce4ui xfconf libwnck3 dbus-glib libxinerama exo-native" |
6 | 6 | ||
7 | inherit xfce update-alternatives distro_features_check | 7 | inherit xfce update-alternatives distro_features_check |
8 | 8 | ||
9 | REQUIRED_DISTRO_FEATURES = "x11" | 9 | REQUIRED_DISTRO_FEATURES = "x11" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "61f6bc8b15c6a7361a58d875917e1791" | 11 | SRC_URI[md5sum] = "1a78bcc2100c03f6fea0dbce0ca813cf" |
12 | SRC_URI[sha256sum] = "7775c02216666c2d023275e7ed6d85e57d965e5cc1407bb6a05c53cc38d8caca" | 12 | SRC_URI[sha256sum] = "75ebc20d313cff4905e76fc320254c30461dbfa985461b8e75dca04770cedf12" |
13 | |||
14 | PACKAGECONFIG ?= " \ | ||
15 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'epoxy', '', d)} \ | ||
16 | xpresent \ | ||
17 | startup-notification \ | ||
18 | " | ||
19 | |||
20 | PACKAGECONFIG[epoxy] = "--enable-epoxy,--disable-epoxy,libepoxy" | ||
21 | PACKAGECONFIG[xpresent] = "--enable-xpresent,--disable-xpresent,libxpresent" | ||
22 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" | ||
13 | 23 | ||
14 | python populate_packages_prepend () { | 24 | python populate_packages_prepend () { |
15 | themedir = d.expand('${datadir}/themes') | 25 | themedir = d.expand('${datadir}/themes') |