diff options
author | Koen Kooi <koen@openembedded.org> | 2007-06-06 11:15:09 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-06-06 11:15:09 +0000 |
commit | eb01cc64dd1e4d3123cfaf9944cd4d03c1b1056f (patch) | |
tree | 893a2b2a9ef742729809e04e355d22ec48c4af17 /conf/distro/angstrom-2007.1.conf | |
parent | c7e17e0a9ad07674c66e4dd00e81b3a9169fb5b7 (diff) |
angstrom: add Marcins suggestions
Diffstat (limited to 'conf/distro/angstrom-2007.1.conf')
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index abc1f91239..45cd8bb5e8 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -133,6 +133,7 @@ PREFERRED_VERSION_linux-handhelds-2.6_htcuniversal ?= "2.6.19-hh13" PREFERRED_VERSION_linux-handhelds-2.6_hx4700 ?= "2.6.20-hh6" PREFERRED_VERSION_linux-handhelds-2.6_magician ?= "2.6.20-hh6" +# Needed for crappy ipaqs with broken hostap in the kernel PREFERRED_VERSION_hostap-modules ?= "0.4.7" PREFERRED_VERSION_hostap-utils ?= "0.4.7" @@ -145,6 +146,8 @@ PREFERRED_VERSION_freetype-native = "2.2.1" PREFERRED_VERSION_cairo = "1.4.4" PREFERRED_VERSION_glib-2.0 = "2.12.12" PREFERRED_VERSION_pango = "1.16.4" +PREFERRED_VERSION_atk = "1.10.3" +PREFERRED_VERSION_gtk+ = "2.10.12" # older gtk-webcore releases don't work on ARM/EABI # We need to switch to a fixed SRCDATE or release as soon as possible @@ -162,11 +165,10 @@ PREFERRED_VERSION_libxrandr ?= "1.2.1" PREFERRED_VERSION_xrandr ?= "1.2.0" PREFERRED_VERSION_randrproto ?= "1.2.1" -PREFERRED_VERSION_gtk+ = "2.10.12" PREFERRED_VERSION_libgnomeui = "2.16.1" PREFERRED_VERSION_prismstumbler = "0.7.3" -#use EABI toolchain +#use EABI ready toolchain PREFERRED_VERSION_gcc ?= "4.1.2" PREFERRED_VERSION_gcc-cross ?= "4.1.2" PREFERRED_VERSION_gcc-cross-sdk ?= "4.1.2" |