dd1ecc339a
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
451 B
Makefile
18 lines
451 B
Makefile
################################################################################
|
|
#
|
|
# libopenvg
|
|
#
|
|
################################################################################
|
|
|
|
LIBOPENVG_SOURCE =
|
|
LIBOPENVG_DEPENDENCIES = $(call qstrip,$(BR2_PACKAGE_PROVIDES_OPENVG))
|
|
|
|
ifeq ($(LIBOPENVG_DEPENDENCIES),)
|
|
define LIBOPENVG_CONFIGURE_CMDS
|
|
echo "No libOpenVG implementation selected. Configuration error."
|
|
exit 1
|
|
endef
|
|
endif
|
|
|
|
$(eval $(generic-package))
|