diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-05-10 13:28:49 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-05-11 11:34:52 -0700 |
commit | 278d762738fe23332b38751433e9b5f9c8a1f9a9 (patch) | |
tree | 2777b44f4f82b935555397c16466ae87e452cac9 /meta-xfce | |
parent | 58aa7654e1ee86e31a06d18675e95ffda8e592b3 (diff) | |
download | meta-openembedded-278d762738fe23332b38751433e9b5f9c8a1f9a9.tar.gz |
xfwm4: upgrade 4.14.1 -> 4.14.2
Release notes for 4.14.2
========================
4.14.2
======
- Prefer GLX on AMD (Bug #16716)
- Fix compositor without required X11 extensions (Bug #16713)
- Fix window decorations without XRender extension (Bug #16713)
- Avoid grabbing the keyboard with Alt-Tab to work around a bug in
Qt with XInput2 valuators (Bug #16708)
- Automatically update window title fonts on scale change
- Fix a regression with title font size at scale 2 (Bug #16711)
- Fix an X error with XShape (Bug #16383)
- I18n:
Update translations: ar, be, be@tarask, bg, bn, ca, cs, da, de, el,
en_AU, en_CA, en_GB, es, eu, fi, fr, gl, he, hr, hy_AM, id, ie, is,
it, ka, ko, lt, lv, nb, nl, nn, oc, pl, pt, pt_BR, ro, sk, sl, sq,
sv, th, ug, ur, ur_PK, zh_CN, zh_HK
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.2.bb (renamed from meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.1.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.2.bb index 617e14f8e..b6066a526 100644 --- a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.1.bb +++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.2.bb | |||
@@ -9,8 +9,8 @@ inherit xfce update-alternatives features_check | |||
9 | REQUIRED_DISTRO_FEATURES = "x11" | 9 | REQUIRED_DISTRO_FEATURES = "x11" |
10 | 10 | ||
11 | SRC_URI += "file://0001-Revert-compositor-Revert-to-GLX-as-default-vblank-me.patch" | 11 | SRC_URI += "file://0001-Revert-compositor-Revert-to-GLX-as-default-vblank-me.patch" |
12 | SRC_URI[md5sum] = "b20bd22bdbe1b17f76a139fd74e072a9" | 12 | SRC_URI[md5sum] = "6d61d07b6ea88a429c43e1b9c3293eb8" |
13 | SRC_URI[sha256sum] = "100781a18070762e8f34c1d450e767586576753d567f76a8c32818284f511428" | 13 | SRC_URI[sha256sum] = "b15b40342596a3b6ab5167a58371262adf5484e165cb25a31fef42f0aa8ffd92" |
14 | 14 | ||
15 | PACKAGECONFIG ?= " \ | 15 | PACKAGECONFIG ?= " \ |
16 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'epoxy', '', d)} \ | 16 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'epoxy', '', d)} \ |