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/include | |
parent | 2e95941ef0cc1638f3e4774256a736f3996f63fa (diff) | |
download | openembedded-core-742f217ac29577194fcdaec61117e04d26213220.tar.gz openembedded-core-742f217ac29577194fcdaec61117e04d26213220.tar.bz2 openembedded-core-742f217ac29577194fcdaec61117e04d26213220.tar.xz openembedded-core-742f217ac29577194fcdaec61117e04d26213220.zip |
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/include')
-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 5efd663f1..750767ba7 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" PREFERRED_VERSION_xtrans-nativesdk ?= "1.2.6" PREFERRED_VERSION_xvinfo ?= "1.0.2" PREFERRED_VERSION_xwininfo ?= "1.1.0" -PREFERRED_VERSION_mesa-dri ?= "7.8.2" +PREFERRED_VERSION_mesa-dri ?= "7.9" PREFERRED_VERSION_libdrm ?= "2.4.22" PREFERRED_VERSION_xcb-proto ?= "1.6" PREFERRED_VERSION_libxcb ?= "1.7" |