diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-01-27 16:19:06 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-28 16:49:16 +0000 |
commit | 65a5c10f6ba476379823945cef9bedb37ea15fe2 (patch) | |
tree | ae47ded3dcda0de955d601acc0550b6c6c9ead12 /meta/conf/distro/include | |
parent | c27622e164388b16b41bf94b446b37f5e2f4fb55 (diff) | |
download | openembedded-core-65a5c10f6ba476379823945cef9bedb37ea15fe2.tar.gz openembedded-core-65a5c10f6ba476379823945cef9bedb37ea15fe2.tar.bz2 openembedded-core-65a5c10f6ba476379823945cef9bedb37ea15fe2.zip |
preferred-xorg-versions.inc: remove libfs, update xvinfo, pixman, dmxproto, printproto, xineramaproto, xf86driproto, xf86vidmodeproto, libxp
libfs doesn't exist in poky now.
xvinfo has been upgraded to 1.1.1 and there isn't 1.0.2 now.
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/conf/distro/include')
-rw-r--r-- | meta/conf/distro/include/preferred-xorg-versions.inc | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index 3e375d673e..52be0aaea1 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc @@ -8,7 +8,7 @@ PREFERRED_VERSION_bigreqsproto-native ?= "1.1.1" PREFERRED_VERSION_bigreqsproto-nativesdk ?= "1.1.1" PREFERRED_VERSION_compositeproto ?= "0.4.2" PREFERRED_VERSION_damageproto ?= "1.2.1" -PREFERRED_VERSION_dmxproto ?= "2.3" +PREFERRED_VERSION_dmxproto ?= "2.3.1" PREFERRED_VERSION_evieext ?= "1.1.0" PREFERRED_VERSION_fixesproto ?= "4.1.2" PREFERRED_VERSION_fontcacheproto ?= "0.1.3" @@ -28,7 +28,6 @@ PREFERRED_VERSION_libapplewm ?= "1.0.0" PREFERRED_VERSION_libdmx ?= "1.1.1" PREFERRED_VERSION_libfontenc ?= "1.1.0" PREFERRED_VERSION_libfontenc-native ?= "1.1.0" -PREFERRED_VERSION_libfs ?= "1.0.1" PREFERRED_VERSION_libice ?= "1.0.7" PREFERRED_VERSION_liblbxutil ?= "1.1.0" PREFERRED_VERSION_liboldx ?= "1.0.1" @@ -62,7 +61,7 @@ PREFERRED_VERSION_libxinerama ?= "1.1.1" PREFERRED_VERSION_libxkbfile ?= "1.0.7" PREFERRED_VERSION_libxkbui ?= "1.0.2" PREFERRED_VERSION_libxmu ?= "1.1.0" -PREFERRED_VERSION_libxp ?= "1.0.0" +PREFERRED_VERSION_libxp ?= "1.0.1" PREFERRED_VERSION_libxpm ?= "3.5.9" PREFERRED_VERSION_libxprintapputil ?= "1.0.1" PREFERRED_VERSION_libxprintutil ?= "1.0.1" @@ -83,8 +82,8 @@ PREFERRED_VERSION_libxxf86vm ?= "1.1.1" PREFERRED_VERSION_lndir ?= "1.0.1" PREFERRED_VERSION_makedepend ?= "1.0.3" PREFERRED_VERSION_makedepend-native ?= "1.0.3" -PREFERRED_VERSION_pixman ?= "0.21.2" -PREFERRED_VERSION_printproto ?= "1.0.4" +PREFERRED_VERSION_pixman ?= "0.21.4" +PREFERRED_VERSION_printproto ?= "1.0.5" PREFERRED_VERSION_randrproto ?= "1.3.2" PREFERRED_VERSION_randrproto-nativesdk ?= "1.3.2" PREFERRED_VERSION_recordproto ?= "1.14.1" @@ -111,14 +110,14 @@ PREFERRED_VERSION_xf86bigfontproto ?= "1.2.0" PREFERRED_VERSION_xf86bigfontproto-native ?= "1.2.0" PREFERRED_VERSION_xf86bigfontproto-nativesdk ?= "1.2.0" PREFERRED_VERSION_xf86dgaproto ?= "2.1" -PREFERRED_VERSION_xf86driproto ?= "2.1.0" +PREFERRED_VERSION_xf86driproto ?= "2.1.1" PREFERRED_VERSION_dri2proto ?= "2.3" PREFERRED_VERSION_xf86miscproto ?= "0.9.3" PREFERRED_VERSION_xf86rushproto ?= "1.1.2" -PREFERRED_VERSION_xf86vidmodeproto ?= "2.3" +PREFERRED_VERSION_xf86vidmodeproto ?= "2.3.1" PREFERRED_VERSION_xhost ?= "1.0.4" PREFERRED_VERSION_xinit ?= "1.3.0" -PREFERRED_VERSION_xineramaproto ?= "1.2" +PREFERRED_VERSION_xineramaproto ?= "1.2.1" PREFERRED_VERSION_xmodmap ?= "1.0.5" PREFERRED_VERSION_xorg-cf-files ?= "1.0.3" PREFERRED_VERSION_xprop ?= "1.2.0" @@ -134,7 +133,7 @@ PREFERRED_VERSION_xset ?= "1.2.1" PREFERRED_VERSION_xtrans ?= "1.2.6" PREFERRED_VERSION_xtrans-native ?= "1.2.6" PREFERRED_VERSION_xtrans-nativesdk ?= "1.2.6" -PREFERRED_VERSION_xvinfo ?= "1.0.2" +PREFERRED_VERSION_xvinfo ?= "1.1.1" PREFERRED_VERSION_xwininfo ?= "1.1.1" PREFERRED_VERSION_mesa-dri ?= "7.8.2" PREFERRED_VERSION_libdrm ?= "2.4.23" |