diff options
author | Yu Ke <ke.yu@intel.com> | 2011-02-09 19:15:52 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2011-02-09 22:45:47 +0000 |
commit | 97e288ff7fe14872c263f0ef088c3339a4355b5a (patch) | |
tree | a77dc394c22cef1b7e190eecbc2fbfb58f091d60 /meta/conf/distro/include | |
parent | d64460afde04d1aba6372e840e7e217e99e7bc4b (diff) | |
download | poky-97e288ff7fe14872c263f0ef088c3339a4355b5a.tar.gz |
mesa-7.10: set mesa 7.10 as default instead of 7.8.2
originally mesa 7.8.2 is set as default because 7.10
has depency of GPLv3 talloc. since mesa 7.10 has resolved
the GPLv3 talloc dependency issue, it is safe to set 7.10
as default
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 3a4bd335f7..b164b77f75 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc | |||
@@ -135,7 +135,7 @@ PREFERRED_VERSION_xtrans-native ?= "1.2.6" | |||
135 | PREFERRED_VERSION_xtrans-nativesdk ?= "1.2.6" | 135 | PREFERRED_VERSION_xtrans-nativesdk ?= "1.2.6" |
136 | PREFERRED_VERSION_xvinfo ?= "1.1.1" | 136 | PREFERRED_VERSION_xvinfo ?= "1.1.1" |
137 | PREFERRED_VERSION_xwininfo ?= "1.1.1" | 137 | PREFERRED_VERSION_xwininfo ?= "1.1.1" |
138 | PREFERRED_VERSION_mesa-dri ?= "7.8.2" | 138 | PREFERRED_VERSION_mesa-dri ?= "7.10" |
139 | PREFERRED_VERSION_libdrm ?= "2.4.23" | 139 | PREFERRED_VERSION_libdrm ?= "2.4.23" |
140 | PREFERRED_VERSION_xcb-proto ?= "1.6" | 140 | PREFERRED_VERSION_xcb-proto ?= "1.6" |
141 | PREFERRED_VERSION_libxcb ?= "1.7" | 141 | PREFERRED_VERSION_libxcb ?= "1.7" |