diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-21 23:49:43 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-21 23:49:43 +0000 |
commit | a7acabe996c5378adf1b1b5d983ff19f37aab971 (patch) | |
tree | 98d14ed017e9f7edb134fd665a2838cfaae94890 /meta/conf | |
parent | eab49b09526a3dc8544d2982f72ee0eddd242952 (diff) | |
download | poky-a7acabe996c5378adf1b1b5d983ff19f37aab971.tar.gz |
poky.conf: we use cairo 1.6.4 now so updated PREFERRED_VERSION_cairo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4300 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/poky.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 3405200a72..464f4d200c 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -213,7 +213,7 @@ PREFERRED_VERSION_sato-icon-theme ?= "0.4.1" | |||
213 | PREFERRED_VERSION_glib-2.0 ?= "2.16.3" | 213 | PREFERRED_VERSION_glib-2.0 ?= "2.16.3" |
214 | PREFERRED_VERSION_glib-2.0-native ?= "2.16.3" | 214 | PREFERRED_VERSION_glib-2.0-native ?= "2.16.3" |
215 | PREFERRED_VERSION_atk ?= "1.20.0" | 215 | PREFERRED_VERSION_atk ?= "1.20.0" |
216 | PREFERRED_VERSION_cairo ?= "1.4.14" | 216 | PREFERRED_VERSION_cairo ?= "1.6.4" |
217 | PREFERRED_VERSION_pango ?= "1.18.3" | 217 | PREFERRED_VERSION_pango ?= "1.18.3" |
218 | PREFERRED_VERSION_gtk+ ?= "2.12.7" | 218 | PREFERRED_VERSION_gtk+ ?= "2.12.7" |
219 | 219 | ||