package/libgl: introduce as a new virtual package for full-openGL providers

Currently, only mesa3d is such a full-openGL provider.

But it is easy to see a few more cropping up at the door:
  - NVidia's binary blob
  - ATI's fglrx binary blob

Having this virtual full-openGL package will help when those are getting in.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Bernd Kuhls <berndkuhls@hotmail.com>
Cc: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yann E. MORIN 2014-04-17 18:04:22 +02:00 committed by Thomas Petazzoni
parent 6ef1e8735e
commit 3cc6f24ed7
3 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,4 @@
source "package/opengl/libgl/Config.in"
source "package/opengl/libegl/Config.in"
source "package/opengl/libgles/Config.in"
source "package/opengl/libopenvg/Config.in"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_HAS_LIBGL
bool
config BR2_PACKAGE_PROVIDES_LIBGL
depends on BR2_PACKAGE_HAS_LIBGL
string

View File

@ -0,0 +1,7 @@
################################################################################
#
# libgl
#
################################################################################
$(eval $(virtual-package))