diff options
author | Yu Ke <ke.yu@intel.com> | 2010-11-24 12:51:42 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:57 -0800 |
commit | 742f217ac29577194fcdaec61117e04d26213220 (patch) | |
tree | 93748ec0576bdc9f219b3c91c74c2fd9baeff85e /meta/conf/distro | |
parent | 2e95941ef0cc1638f3e4774256a736f3996f63fa (diff) | |
download | poky-742f217ac29577194fcdaec61117e04d26213220.tar.gz |
mesa-dri: upgrade from 7.8.2 to 7.9
with the following changes:
- remove mesa-demos, because starting from mesa 7.9,
mesa-demos becomes a standalone src tar ball in
upstream, so there will be a seperate recipes to
build the mesa-demos
- add dependency of talloc and libxml2-native
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 5efd663f11..750767ba7a 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc | |||
@@ -136,7 +136,7 @@ PREFERRED_VERSION_xtrans-native ?= "1.2.6" | |||
136 | PREFERRED_VERSION_xtrans-nativesdk ?= "1.2.6" | 136 | PREFERRED_VERSION_xtrans-nativesdk ?= "1.2.6" |
137 | PREFERRED_VERSION_xvinfo ?= "1.0.2" | 137 | PREFERRED_VERSION_xvinfo ?= "1.0.2" |
138 | PREFERRED_VERSION_xwininfo ?= "1.1.0" | 138 | PREFERRED_VERSION_xwininfo ?= "1.1.0" |
139 | PREFERRED_VERSION_mesa-dri ?= "7.8.2" | 139 | PREFERRED_VERSION_mesa-dri ?= "7.9" |
140 | PREFERRED_VERSION_libdrm ?= "2.4.22" | 140 | PREFERRED_VERSION_libdrm ?= "2.4.22" |
141 | PREFERRED_VERSION_xcb-proto ?= "1.6" | 141 | PREFERRED_VERSION_xcb-proto ?= "1.6" |
142 | PREFERRED_VERSION_libxcb ?= "1.7" | 142 | PREFERRED_VERSION_libxcb ?= "1.7" |