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 | |
parent | eab49b09526a3dc8544d2982f72ee0eddd242952 (diff) | |
download | openembedded-core-a7acabe996c5378adf1b1b5d983ff19f37aab971.tar.gz openembedded-core-a7acabe996c5378adf1b1b5d983ff19f37aab971.tar.bz2 openembedded-core-a7acabe996c5378adf1b1b5d983ff19f37aab971.zip |
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
-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" PREFERRED_VERSION_glib-2.0 ?= "2.16.3" PREFERRED_VERSION_glib-2.0-native ?= "2.16.3" PREFERRED_VERSION_atk ?= "1.20.0" -PREFERRED_VERSION_cairo ?= "1.4.14" +PREFERRED_VERSION_cairo ?= "1.6.4" PREFERRED_VERSION_pango ?= "1.18.3" PREFERRED_VERSION_gtk+ ?= "2.12.7" |