diff options
author | Yu Ke <ke.yu@intel.com> | 2011-01-14 17:05:33 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-01-18 07:38:03 -0800 |
commit | 5a93778d3c59b972e5ab0d76b0408bda17c6f472 (patch) | |
tree | a00c2caeb6d70fee9a48dc19cfa9b8585850f934 /meta/conf | |
parent | 20bdd1764f1ee2bc6f9f981d2ea171d79cddf3a5 (diff) | |
download | poky-5a93778d3c59b972e5ab0d76b0408bda17c6f472.tar.gz |
mesa: add mesa 7.8.2
The latest mesa 7.10 has dependency on GPLv3 library talloc, so it is still necessary to keep one old non-GPLv3 mesa.And the latest non-GPLv3 version is mesa 7.8.2, so this patch add it.
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/conf')
-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 4d4a475342..19dd340030 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.1" | 138 | PREFERRED_VERSION_xwininfo ?= "1.1.1" |
139 | PREFERRED_VERSION_mesa-dri ?= "7.9" | 139 | PREFERRED_VERSION_mesa-dri ?= "7.8.2" |
140 | PREFERRED_VERSION_libdrm ?= "2.4.23" | 140 | PREFERRED_VERSION_libdrm ?= "2.4.23" |
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" |