fe93cc8b50
For the underlying reasons, see previous patch, titled: package/opengl/libegl: switch to package-defined providers Reported-by: David Corvoysier <david.corvoysier@orange.com> Signed-off-by: "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: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
18 lines
440 B
Makefile
18 lines
440 B
Makefile
################################################################################
|
|
#
|
|
# powervr
|
|
#
|
|
################################################################################
|
|
|
|
POWERVR_SOURCE =
|
|
POWERVR_DEPENDENCIES = $(call qstrip,$(BR2_PACKAGE_PROVIDES_POWERVR))
|
|
|
|
ifeq ($(POWERVR_DEPENDENCIES),)
|
|
define POWERVR_CONFIGURE_CMDS
|
|
echo "No PowerVR implementation selected. Configuration error."
|
|
exit 1
|
|
endef
|
|
endif
|
|
|
|
$(eval $(generic-package))
|