diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-07-09 14:05:25 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-14 09:55:55 +0100 |
commit | f0ebbd215840e30d486ecbc608773c223bd6168f (patch) | |
tree | 63405f7ff6d008f2b769f1f78e8e057bef34edac /meta/conf/distro/include/poky-fixed-revisions.inc | |
parent | d673ad029948467d7ae4164f5f9199ce4cc4a36c (diff) | |
download | poky-f0ebbd215840e30d486ecbc608773c223bd6168f.tar.gz |
atk: Fix the PREFERRED_VERSION
Since the atk version has been bumped to 2.30.0
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/conf/distro/include/poky-fixed-revisions.inc')
-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 a1968aaef7..a6266be606 100644 --- a/meta/conf/distro/include/poky-fixed-revisions.inc +++ b/meta/conf/distro/include/poky-fixed-revisions.inc | |||
@@ -10,7 +10,7 @@ PREFERRED_VERSION_matchbox-theme-sato ?= "0.1" | |||
10 | 10 | ||
11 | PREFERRED_VERSION_glib-2.0 ?= "2.24.1" | 11 | PREFERRED_VERSION_glib-2.0 ?= "2.24.1" |
12 | PREFERRED_VERSION_glib-2.0-native ?= "2.24.1" | 12 | PREFERRED_VERSION_glib-2.0-native ?= "2.24.1" |
13 | PREFERRED_VERSION_atk ?= "1.24.0" | 13 | PREFERRED_VERSION_atk ?= "1.30.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.20.1" | 16 | PREFERRED_VERSION_gtk+ ?= "2.20.1" |