preferred-xorg-versions-X11R7.5.inc: setting P_V does not actually work for virtual...
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Thu, 7 Jan 2010 12:21:32 +0000 (13:21 +0100)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Thu, 7 Jan 2010 12:48:31 +0000 (13:48 +0100)
* 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

conf/distro/include/preferred-xorg-versions-X11R7.5.inc

index 26d4bf6..368f766 100644 (file)
@@ -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"