diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-07 13:21:32 +0100 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-07 13:48:31 +0100 |
commit | dcbd24596e89c91f86e8175abe2d8ea431513632 (patch) | |
tree | f6e823e3a23294fa7a3e0e599ab36ca0e1ceeca6 /conf/distro | |
parent | 676b651a8b7e1ed9d1a4ab15814fa93c9ef37c4f (diff) |
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
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/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 26d4bf6adc..368f766a5b 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" |