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

package/powervr: switch to package-defined providers



For the underlying reasons, see previous patch, titled:
    package/opengl/libegl: switch to package-defined providers

Reported-by: default avatarDavid Corvoysier <david.corvoysier@orange.com>
Signed-off-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 7b2b4c83
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_HAS_POWERVR
	bool

config BR2_PACKAGE_PROVIDES_POWERVR
	depends on BR2_PACKAGE_HAS_POWERVR
	string
+1 −4
Original line number Diff line number Diff line
@@ -5,10 +5,7 @@
################################################################################

POWERVR_SOURCE =

ifeq ($(BR2_PACKAGE_TI_GFX),y)
POWERVR_DEPENDENCIES += ti-gfx
endif
POWERVR_DEPENDENCIES = $(call qstrip,$(BR2_PACKAGE_PROVIDES_POWERVR))

ifeq ($(POWERVR_DEPENDENCIES),)
define POWERVR_CONFIGURE_CMDS
+3 −0
Original line number Diff line number Diff line
@@ -17,6 +17,9 @@ config BR2_PACKAGE_PROVIDES_OPENGL_EGL
config BR2_PACKAGE_PROVIDES_OPENGL_ES
	default "ti-gfx"

config BR2_PACKAGE_PROVIDES_POWERVR
	default "ti-gfx"

config BR2_PACKAGE_TI_GFX_DEBUG
	bool "enable debug support"
	help