diff options
author | Maxin B. John <maxin.john@intel.com> | 2018-04-09 14:55:08 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-04 13:28:04 +0100 |
commit | 342f3c9ec28979e2415f2e421f0cf73844cc5cab (patch) | |
tree | 3c5a6722da44bf412a28ea9ecf8c885f85bf06b8 /meta/recipes-gnome | |
parent | 1d9c7f3c09e726e902d74d092a438189ff28b026 (diff) | |
download | poky-342f3c9ec28979e2415f2e421f0cf73844cc5cab.tar.gz |
gtk+3: upgrade to version 3.22.29
* Wayland
- add an input method based on the text protocol
* File chooser
- Stop activating without double-click
* Bugs fixed:
710888 GtkInfoBar not shown after calling gtk_widget_show
743975 Better deprecation information for GtkStatusIcon
775546 gdkscreen-x11: Don't try to calculate a refresh rate for RandR 1.3
794008 GtkListBoxRow signal poorly documented
(From OE-Core rev: e967f1b77bbcbdb5bca4ef86740496f0e4934fa1)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+3_3.22.29.bb (renamed from meta/recipes-gnome/gtk+/gtk+3_3.22.28.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.22.28.bb b/meta/recipes-gnome/gtk+/gtk+3_3.22.29.bb index 864e8260c8..c3c786b71d 100644 --- a/meta/recipes-gnome/gtk+/gtk+3_3.22.28.bb +++ b/meta/recipes-gnome/gtk+/gtk+3_3.22.29.bb | |||
@@ -7,8 +7,8 @@ SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar | |||
7 | file://0002-Do-not-try-to-initialize-GL-without-libGL.patch \ | 7 | file://0002-Do-not-try-to-initialize-GL-without-libGL.patch \ |
8 | file://0003-Add-disable-opengl-configure-option.patch \ | 8 | file://0003-Add-disable-opengl-configure-option.patch \ |
9 | " | 9 | " |
10 | SRC_URI[md5sum] = "8c1f5ab987ddc7dab3e59660f89dcd9b" | 10 | SRC_URI[md5sum] = "229a39f7d9ada53398baa39652630f2e" |
11 | SRC_URI[sha256sum] = "d299612b018cfed7b2c689168ab52b668023708e17c335eb592260d186f15e1f" | 11 | SRC_URI[sha256sum] = "a07d64b939fcc034a066b7723fdf9b24e92c9cfb6a8497593f3471fe56fbbbf8" |
12 | 12 | ||
13 | S = "${WORKDIR}/gtk+-${PV}" | 13 | S = "${WORKDIR}/gtk+-${PV}" |
14 | 14 | ||