diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-08-09 14:35:03 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-08-09 13:00:23 -0700 |
commit | 610b7e1d284f64ce888089792e1ebc6d8b76e39b (patch) | |
tree | 7eadc87ebaa37f4937554e5acecef1d5df0c656b | |
parent | 97e2948519d0c21f5596cb68408b4f5c49be84ca (diff) | |
download | meta-openembedded-610b7e1d284f64ce888089792e1ebc6d8b76e39b.tar.gz |
xfwm4: upgrade 4.14.3 -> 4.14.4
Release notes for 4.14.4
========================
4.14.4
======
- Fix a crash on FreeBSD (xfce/xfwm4#411)
- Fix compilation warning due to g_type_class_add_private deprecation
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.4.bb (renamed from meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.3.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.3.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.4.bb index ab8b34cfb..d68e00864 100644 --- a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.3.bb +++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.4.bb | |||
@@ -9,8 +9,7 @@ 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] = "66b25adc9db8a3d829ba171bed478724" | 12 | SRC_URI[sha256sum] = "b2a4e6acc3e6eb5503f247f2664c2b1a25240050d75ca93299955aa6b5e62a7e" |
13 | SRC_URI[sha256sum] = "829bec5a9e35a9f11c54a546c0112f5ad36e0f747be1156856d4abcce37283bf" | ||
14 | 13 | ||
15 | PACKAGECONFIG ?= " \ | 14 | PACKAGECONFIG ?= " \ |
16 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'epoxy', '', d)} \ | 15 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'epoxy', '', d)} \ |