diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-18 18:07:21 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-18 18:07:21 +0000 |
commit | 58e3c65b7314cb6792e092c6a10ae030156e9feb (patch) | |
tree | d5b78483dd4ed73ce8bcde5166240b87b3b5d0fb /conf/distro | |
parent | ebbf31cc899cbf83f30bc193ed785a9057133a72 (diff) |
angstrom-2007.1: prefer cairo 1.3.2
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index 5e7ce0d40c..8a1eaadf22 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -8,7 +8,7 @@ #DISTRO_VERSION = "2007.1" DISTRO_VERSION = "test-${DATE}" -DISTRO_REVISION = "9" +DISTRO_REVISION = "10" require conf/distro/include/angstrom.inc require conf/distro/include/sane-srcdates.inc @@ -88,7 +88,7 @@ PREFERRED_PROVIDER_virtual/libxine ?= "libxine-x11" PREFERRED_VERSION_fontconfig = "2.3.95" PREFERRED_VERSION_freetype = "2.2.1" #fix screen corruption issues -PREFERRED_VERSION_cairo = "1.2.2" +PREFERRED_VERSION_cairo = "1.3.2" #Small machines prefer kdrive, but we might ship full Xorg in other images PREFERRED_PROVIDER_virtual/xserver ?= "xserver-kdrive" |