diff options
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+3.inc | 5 | ||||
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+3_3.18.2.bb (renamed from meta/recipes-gnome/gtk+/gtk+3_3.16.6.bb) | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc index e0c4ccb11b..cb091f4cc3 100644 --- a/meta/recipes-gnome/gtk+/gtk+3.inc +++ b/meta/recipes-gnome/gtk+/gtk+3.inc | |||
@@ -29,6 +29,7 @@ EXTRA_OECONF += " \ | |||
29 | --enable-modules \ | 29 | --enable-modules \ |
30 | --disable-cups \ | 30 | --disable-cups \ |
31 | --disable-introspection \ | 31 | --disable-introspection \ |
32 | --disable-colord \ | ||
32 | " | 33 | " |
33 | 34 | ||
34 | PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "x11", "x11", "", d)} \ | 35 | PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "x11", "x11", "", d)} \ |
@@ -79,7 +80,9 @@ FILES_${PN}-dev += " \ | |||
79 | ${libdir}/gtk-3.0/${LIBV}/engines/*.la \ | 80 | ${libdir}/gtk-3.0/${LIBV}/engines/*.la \ |
80 | ${libdir}/gtk-3.0/modules/*.la \ | 81 | ${libdir}/gtk-3.0/modules/*.la \ |
81 | ${bindir}/gtk-builder-convert \ | 82 | ${bindir}/gtk-builder-convert \ |
82 | ${bindir}/gtk-encode-symbolic-svg" | 83 | ${bindir}/gtk-encode-symbolic-svg \ |
84 | ${bindir}/gtk-builder-tool \ | ||
85 | " | ||
83 | 86 | ||
84 | FILES_${PN}-dbg += " \ | 87 | FILES_${PN}-dbg += " \ |
85 | ${libdir}/gtk-3.0/${LIBV}/loaders/.debug \ | 88 | ${libdir}/gtk-3.0/${LIBV}/loaders/.debug \ |
diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.16.6.bb b/meta/recipes-gnome/gtk+/gtk+3_3.18.2.bb index 381e60750b..46f0cf9b0f 100644 --- a/meta/recipes-gnome/gtk+/gtk+3_3.16.6.bb +++ b/meta/recipes-gnome/gtk+/gtk+3_3.18.2.bb | |||
@@ -8,8 +8,8 @@ SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar | |||
8 | file://Do-not-try-to-initialize-GL-without-libGL.patch \ | 8 | file://Do-not-try-to-initialize-GL-without-libGL.patch \ |
9 | " | 9 | " |
10 | 10 | ||
11 | SRC_URI[md5sum] = "fc59e5c8b5a4585b60623dd708df400b" | 11 | SRC_URI[md5sum] = "230fd78e42419d35ff790784b457e5f2" |
12 | SRC_URI[sha256sum] = "4d12726d0856a968b41802ae5c5971d7e9bac532717e309d3f81b9989da5ffbe" | 12 | SRC_URI[sha256sum] = "5dbec561c4a00070073bf9cf4cfdd61fab4a14c8ff5b15d700bd378f8185e152" |
13 | 13 | ||
14 | S = "${WORKDIR}/gtk+-${PV}" | 14 | S = "${WORKDIR}/gtk+-${PV}" |
15 | 15 | ||