diff options
author | Ross Burton <ross@openedhand.com> | 2006-12-22 10:00:21 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2006-12-22 10:00:21 +0000 |
commit | ed9ba440ff91b8c08c10b6071dcd432073816ff8 (patch) | |
tree | 2a9674f32711d65a4e168e85962dba77105cbaea /meta/conf | |
parent | ea5a5e27a6dd5a6bfbba1b5bcfb13423c7c222a0 (diff) | |
download | poky-ed9ba440ff91b8c08c10b6071dcd432073816ff8.tar.gz |
Update for new Pango and Cairo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1071 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/poky-bleeding.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/poky-bleeding.conf b/meta/conf/distro/poky-bleeding.conf index 75c1c6ad48..70f0549a83 100644 --- a/meta/conf/distro/poky-bleeding.conf +++ b/meta/conf/distro/poky-bleeding.conf | |||
@@ -1,6 +1,6 @@ | |||
1 | PREFERRED_VERSION_gtk+ ?= "2.10.6" | 1 | PREFERRED_VERSION_gtk+ ?= "2.10.6" |
2 | PREFERRED_VERSION_pango ?= "1.15.1" | 2 | PREFERRED_VERSION_pango ?= "1.15.2" |
3 | PREFERRED_VERSION_cairo ?= "1.3.6" | 3 | PREFERRED_VERSION_cairo ?= "1.3.8" |
4 | PREFERRED_VERSION_glib-2.0 ?= "2.12.4" | 4 | PREFERRED_VERSION_glib-2.0 ?= "2.12.4" |
5 | PREFERRED_VERSION_glib-2.0-native ?= "2.12.4" | 5 | PREFERRED_VERSION_glib-2.0-native ?= "2.12.4" |
6 | 6 | ||