Commit 3cc6f24e authored by Yann E. MORIN's avatar Yann E. MORIN Committed by Thomas Petazzoni
Browse files

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: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Bernd Kuhls <berndkuhls@hotmail.com>
Cc: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 6ef1e873
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
source "package/opengl/libgl/Config.in"
source "package/opengl/libegl/Config.in"
source "package/opengl/libgles/Config.in"
source "package/opengl/libopenvg/Config.in"
+6 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_HAS_LIBGL
	bool

config BR2_PACKAGE_PROVIDES_LIBGL
	depends on BR2_PACKAGE_HAS_LIBGL
	string
+7 −0
Original line number Diff line number Diff line
################################################################################
#
# libgl
#
################################################################################

$(eval $(virtual-package))