diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-07-08 10:11:14 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-13 15:21:44 +0100 |
commit | 0e7e3ae68a40cddf708a46236db85c120865ca64 (patch) | |
tree | 7c3c10827486bcb5e95c29bfabcb0fdbb791477b /meta/conf | |
parent | b64111f53ba83c6b591bf39ffe9ccc1fa96625a4 (diff) | |
download | poky-0e7e3ae68a40cddf708a46236db85c120865ca64.tar.gz |
gtk+: Update to 2.20.1
gtk+ previously has 2 versions: 2.14.2(preferred), and 2.18.5(latest). This
upgrade is from 2.18.5 to 2.20.1, so some patch(like entry-cairo.patch) in
2.14.2 is abandoned.
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/poky-fixed-revisions.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/poky-fixed-revisions.inc b/meta/conf/distro/include/poky-fixed-revisions.inc index 3a82f5f39f..aca4cc02ba 100644 --- a/meta/conf/distro/include/poky-fixed-revisions.inc +++ b/meta/conf/distro/include/poky-fixed-revisions.inc | |||
@@ -13,7 +13,7 @@ PREFERRED_VERSION_glib-2.0-native ?= "2.24.1" | |||
13 | PREFERRED_VERSION_atk ?= "1.24.0" | 13 | PREFERRED_VERSION_atk ?= "1.24.0" |
14 | PREFERRED_VERSION_cairo ?= "1.8.10" | 14 | PREFERRED_VERSION_cairo ?= "1.8.10" |
15 | PREFERRED_VERSION_pango ?= "1.28.0" | 15 | PREFERRED_VERSION_pango ?= "1.28.0" |
16 | PREFERRED_VERSION_gtk+ ?= "2.14.2" | 16 | PREFERRED_VERSION_gtk+ ?= "2.20.1" |
17 | 17 | ||
18 | PREFERRED_VERSION_librsvg ?= "2.26.3" | 18 | PREFERRED_VERSION_librsvg ?= "2.26.3" |
19 | 19 | ||