package/x11-video-drivers: do not select, but depends on mesa3d
authorYann E. MORIN <yann.morin.1998@free.fr>
Thu, 17 Apr 2014 16:04:15 +0000 (18:04 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 17 Apr 2014 20:55:33 +0000 (22:55 +0200)
commit50af49ed64983cd258d02dd018d37da3311ddf2d
tree57e7878eea4c47e4fc5399c8de024a3b0be69eb7
parent0ecf3f78dd85539f1758ac142e4e15bf7993a04f
package/x11-video-drivers: do not select, but depends on mesa3d

Currently, X.Org drivers that need mesa3d forcibly select it.

We'll soon switch mesa3d to being a provider of the full OpenGL virtual
package, to come in a later patch.

It is bad practice to select a provider, as it can generate configuration
inconsistencies.

So, switch all X.Org video driver that need mesa3d to actually depend on
it, rather than forcibly select it.

To be noted: xf86-video-mach64 already used a 'depends on' rather
than a 'select'.

At the same time, move the intel drivers dependencies to the top.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Cc: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/x11r7/xdriver_xf86-video-ati/Config.in
package/x11r7/xdriver_xf86-video-glint/Config.in
package/x11r7/xdriver_xf86-video-intel/Config.in
package/x11r7/xdriver_xf86-video-mach64/Config.in
package/x11r7/xdriver_xf86-video-mga/Config.in
package/x11r7/xdriver_xf86-video-openchrome/Config.in
package/x11r7/xdriver_xf86-video-r128/Config.in
package/x11r7/xdriver_xf86-video-savage/Config.in
package/x11r7/xdriver_xf86-video-sis/Config.in
package/x11r7/xdriver_xf86-video-tdfx/Config.in
package/x11r7/xdriver_xf86-video-vmware/Config.in