diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-01-05 20:47:42 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-06 10:06:28 +0000 |
commit | 26a0877234d2d991c32fcfec58a4da5351658620 (patch) | |
tree | 6c50fc454b0ae2b07bc41beecd4777edeb499876 /meta | |
parent | f11bcc10aedaf96e3f7cf7b0fd295fb45f9a568d (diff) | |
download | ast2050-yocto-poky-26a0877234d2d991c32fcfec58a4da5351658620.zip ast2050-yocto-poky-26a0877234d2d991c32fcfec58a4da5351658620.tar.gz |
preferred-xorg-versions.inc: updated for lastest package updates
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/preferred-xorg-versions.inc | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index a47b08f..84e42eb 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc @@ -6,7 +6,7 @@ PREFERRED_VERSION_applewmproto ?= "1.4.1" PREFERRED_VERSION_bigreqsproto ?= "1.1.0" PREFERRED_VERSION_bigreqsproto-native ?= "1.1.0" PREFERRED_VERSION_bigreqsproto-nativesdk ?= "1.1.0" -PREFERRED_VERSION_compositeproto ?= "0.4" +PREFERRED_VERSION_compositeproto ?= "0.4.2" PREFERRED_VERSION_damageproto ?= "1.2.1" PREFERRED_VERSION_dmxproto ?= "2.3" PREFERRED_VERSION_evieext ?= "1.1.0" @@ -18,14 +18,14 @@ PREFERRED_VERSION_fontsproto-native ?= "2.1.1" PREFERRED_VERSION_gccmakedep ?= "1.0.2" PREFERRED_VERSION_glproto ?= "1.4.12" PREFERRED_VERSION_imake ?= "1.0.4" -#PREFERRED_VERSION_inputproto ?= "2.0" -#PREFERRED_VERSION_inputproto-native ?= "2.0" -#PREFERRED_VERSION_inputproto-nativesdk ?= "2.0" +PREFERRED_VERSION_inputproto ?= "2.0.1" +PREFERRED_VERSION_inputproto-native ?= "2.0.1" +PREFERRED_VERSION_inputproto-nativesdk ?= "2.0.1" PREFERRED_VERSION_kbproto ?= "1.0.5" PREFERRED_VERSION_kbproto-native ?= "1.0.5" PREFERRED_VERSION_kbproto-nativesdk ?= "1.0.5" PREFERRED_VERSION_libapplewm ?= "1.0.0" -PREFERRED_VERSION_libdmx ?= "1.1.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" @@ -78,20 +78,20 @@ PREFERRED_VERSION_libxtst ?= "1.2.0" PREFERRED_VERSION_libxv ?= "1.0.6" PREFERRED_VERSION_libxvmc ?= "1.0.6" PREFERRED_VERSION_libxxf86dga ?= "1.1.2" -PREFERRED_VERSION_libxxf86misc ?= "1.0.2" +PREFERRED_VERSION_libxxf86misc ?= "1.0.3" 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.20.0" +PREFERRED_VERSION_pixman ?= "0.21.2" PREFERRED_VERSION_printproto ?= "1.0.4" PREFERRED_VERSION_randrproto ?= "1.3.2" PREFERRED_VERSION_randrproto-nativesdk ?= "1.3.2" PREFERRED_VERSION_recordproto ?= "1.14.1" -PREFERRED_VERSION_renderproto ?= "0.11" -PREFERRED_VERSION_renderproto-nativesdk ?= "0.11" -PREFERRED_VERSION_resourceproto ?= "1.1.0" -PREFERRED_VERSION_scrnsaverproto ?= "1.2.0" +PREFERRED_VERSION_renderproto ?= "0.11.1" +PREFERRED_VERSION_renderproto-nativesdk ?= "0.11.1" +PREFERRED_VERSION_resourceproto ?= "1.1.1" +PREFERRED_VERSION_scrnsaverproto ?= "1.2.1" PREFERRED_VERSION_trapproto ?= "3.4.3" PREFERRED_VERSION_util-macros ?= "1.11.0" PREFERRED_VERSION_util-macros-native ?= "1.11.0" @@ -122,9 +122,9 @@ PREFERRED_VERSION_xineramaproto ?= "1.2" PREFERRED_VERSION_xmodmap ?= "1.0.5" PREFERRED_VERSION_xorg-cf-files ?= "1.0.3" PREFERRED_VERSION_xprop ?= "1.1.0" -PREFERRED_VERSION_xproto ?= "7.0.19" -PREFERRED_VERSION_xproto-native ?= "7.0.19" -PREFERRED_VERSION_xproto-nativesdk ?= "7.0.19" +PREFERRED_VERSION_xproto ?= "7.0.20" +PREFERRED_VERSION_xproto-native ?= "7.0.20" +PREFERRED_VERSION_xproto-nativesdk ?= "7.0.20" PREFERRED_VERSION_xproxymanagementprotocol ?= "1.0.3" PREFERRED_VERSION_xrandr ?= "1.3.4" PREFERRED_VERSION_xrdb ?= "1.0.5" |