diff options
author | Ross Burton <ross@openedhand.com> | 2006-12-12 15:55:00 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2006-12-12 15:55:00 +0000 |
commit | 66e4e279fea7888f7c70d95121c62c4106b7b1c2 (patch) | |
tree | 507f60154f456277574396d684f1d7be0de7760b | |
parent | 4ba4391803c3fd48e61898ba914678864a32eeb6 (diff) | |
download | poky-66e4e279fea7888f7c70d95121c62c4106b7b1c2.tar.gz |
Add missing PREFERRED_VERSION_ prefixes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1021 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/conf/distro/poky-bleeding.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/distro/poky-bleeding.conf b/meta/conf/distro/poky-bleeding.conf index 0d4bc37eb2..2eaa428b5e 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 | pango ?= "1.15.1" | 2 | PREFERRED_VERSION_pango ?= "1.15.1" |
3 | cairo ?= "1.3.6" | 3 | PREFERRED_VERSION_cairo ?= "1.3.6" |
4 | glib ?= "2.12.0" | 4 | PREFERRED_VERSION_glib ?= "2.12.0" |
5 | 5 | ||
6 | require conf/distro/poky.conf \ No newline at end of file | 6 | require conf/distro/poky.conf \ No newline at end of file |