summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-09-16 08:06:55 +0000
committerKoen Kooi <koen@openembedded.org>2007-09-16 08:06:55 +0000
commit142e8ecfb668ea932ae55198d67c64ab59d092ac (patch)
treeb9952272fa76f5a2dec9bda6ea703cb738731e54
parent4817ec8a6676371bf245d0514efcc6dd21549d8e (diff)
angstrom 2008: use gtk+ 2.12.0
-rw-r--r--conf/distro/angstrom-2008.1.conf16
1 files changed, 10 insertions, 6 deletions
diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf
index 9d2223ccd9..a5a99d3a2c 100644
--- a/conf/distro/angstrom-2008.1.conf
+++ b/conf/distro/angstrom-2008.1.conf
@@ -26,15 +26,19 @@ require conf/distro/angstrom-2007.1.conf
DISTRO_VERSION = "2008.1-test-${DATE}"
DISTRO_REVISION = "0"
-PREFERRED_VERSION_gcc = "4.2.1"
-PREFERRED_VERSION_gcc-cross = "4.2.1"
+PREFERRED_VERSION_gcc = "4.2.1"
+PREFERRED_VERSION_gcc-cross = "4.2.1"
#This is unrelated to the kernel version, but userspace apps (e.g. HAL) require a recent version to build against
-PREFERRED_VERSION_linux-libc-headers = "2.6.22"
+PREFERRED_VERSION_linux-libc-headers = "2.6.22"
#Prefer glibc 2.6 and uclibc 0.9.29, these have had the most testing.
-PREFERRED_VERSION_glibc = "2.6.1"
-PREFERRED_VERSION_glibc-intermediate = "2.6.1"
-PREFERRED_VERSION_glibc-initial = "2.6.1"
+PREFERRED_VERSION_glibc = "2.6.1"
+PREFERRED_VERSION_glibc-intermediate = "2.6.1"
+PREFERRED_VERSION_glibc-initial = "2.6.1"
+
+#Prefer a newer GTK+ and friends
+PREFERRED_VERSION_gtk+ = "2.12.0"
+