diff options
author | Yu Ke <ke.yu@intel.com> | 2011-01-14 11:32:59 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-01-18 07:38:01 -0800 |
commit | 00ecccca360c936268593bba3891ffe23845e5b6 (patch) | |
tree | 26649f186a6827295b75b31e1d12075a8a5a3f5a /meta/conf/distro | |
parent | 70fe42942bad5584204a6a93ea1aaad0c4da23c8 (diff) | |
download | openembedded-core-00ecccca360c936268593bba3891ffe23845e5b6.tar.gz openembedded-core-00ecccca360c936268593bba3891ffe23845e5b6.tar.bz2 openembedded-core-00ecccca360c936268593bba3891ffe23845e5b6.zip |
xprop: upgrade to 1.2.0
- LICENSE_CHECKSUM changed due to the commit "COPYING: replace stub with copyright notices". this commit add more accurate license info, and the license type is still MIT-X.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index a71628135a..f0dd923da7 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc @@ -121,7 +121,7 @@ PREFERRED_VERSION_xinit ?= "1.3.0" 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_xprop ?= "1.2.0" PREFERRED_VERSION_xproto ?= "7.0.20" PREFERRED_VERSION_xproto-native ?= "7.0.20" PREFERRED_VERSION_xproto-nativesdk ?= "7.0.20" |