[oe-commits] Rolf Leggewie : preferred-xorg-versions-X11R7.5.inc: setting P_V does not actually work for virtual providers

git version control git at git.openembedded.org
Fri Jan 8 20:49:56 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: dcbd24596e89c91f86e8175abe2d8ea431513632
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=dcbd24596e89c91f86e8175abe2d8ea431513632

Author: Rolf Leggewie <oe-devel at rolf.leggewie.biz>
Date:   Thu Jan  7 13:21:32 2010 +0100

preferred-xorg-versions-X11R7.5.inc: setting P_V does not actually work for virtual providers

* set mesa, mesa-dri and mesa-xlib explicitly.  If other providers of virtual/libgl were
  introduced they would need to be set explicitly, too.
* actually 7.2 is the minimal version in OE to fulfill the 7.1.0 requirement for virtual/libgl

---

 .../include/preferred-xorg-versions-X11R7.5.inc    |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/conf/distro/include/preferred-xorg-versions-X11R7.5.inc b/conf/distro/include/preferred-xorg-versions-X11R7.5.inc
index 26d4bf6..368f766 100644
--- a/conf/distro/include/preferred-xorg-versions-X11R7.5.inc
+++ b/conf/distro/include/preferred-xorg-versions-X11R7.5.inc
@@ -229,7 +229,9 @@ PREFERRED_VERSION_libfontenc-native ?= "1.0.5"
 PREFERRED_VERSION_libpciaccess ?= "0.10.9"
 PREFERRED_VERSION_libxkbfile ?= "1.0.6"
 PREFERRED_VERSION_libxkbfile-native ?= "1.0.6"
-PREFERRED_VERSION_virtual/libgl ?= "7.1.0"
+PREFERRED_VERSION_mesa ?= "7.2"
+PREFERRED_VERSION_mesa-dri ?= "7.2"
+PREFERRED_VERSION_mesa-xlib ?= "7.2"
 PREFERRED_VERSION_xtrans ?= "1.2.5"
 PREFERRED_VERSION_xtrans-native ?= "1.2.5"
 





More information about the Openembedded-commits mailing list