diff options
author | Yu Ke <ke.yu@intel.com> | 2011-01-14 11:21:23 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-01-18 07:38:01 -0800 |
commit | 70fe42942bad5584204a6a93ea1aaad0c4da23c8 (patch) | |
tree | d7d2f56a0368f5e64225ce990d03b74ec8a8b2ea /meta/conf/distro | |
parent | c39b3aa2c25ea0971165d5458ba7927fd44e3efb (diff) | |
download | openembedded-core-70fe42942bad5584204a6a93ea1aaad0c4da23c8.tar.gz openembedded-core-70fe42942bad5584204a6a93ea1aaad0c4da23c8.tar.bz2 openembedded-core-70fe42942bad5584204a6a93ea1aaad0c4da23c8.tar.xz openembedded-core-70fe42942bad5584204a6a93ea1aaad0c4da23c8.zip |
bigreqsproto: upgrade to 1.1.1
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/preferred-xorg-versions.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index ce6f9cfb6..a71628135 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc @@ -3,9 +3,9 @@ # 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_bigreqsproto ?= "1.1.1" +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" |