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>
This commit is contained in:
Dongxiao Xu 2010-07-09 14:05:25 +08:00 committed by Richard Purdie
parent d673ad0299
commit f0ebbd2158
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ PREFERRED_VERSION_matchbox-theme-sato ?= "0.1"
PREFERRED_VERSION_glib-2.0 ?= "2.24.1"
PREFERRED_VERSION_glib-2.0-native ?= "2.24.1"
PREFERRED_VERSION_atk ?= "1.24.0"
PREFERRED_VERSION_atk ?= "1.30.0"
PREFERRED_VERSION_cairo ?= "1.8.10"
PREFERRED_VERSION_pango ?= "1.28.0"
PREFERRED_VERSION_gtk+ ?= "2.20.1"