7b2b4c8342
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
458 B
Makefile
18 lines
458 B
Makefile
################################################################################
|
|
#
|
|
# libopenmax
|
|
#
|
|
################################################################################
|
|
|
|
LIBOPENMAX_SOURCE =
|
|
LIBOPENMAX_DEPENDENCIES = $(call qstrip,$(BR2_PACKAGE_PROVIDES_OPENMAX))
|
|
|
|
ifeq ($(LIBOPENMAX_DEPENDENCIES),)
|
|
define LIBOPENMAX_CONFIGURE_CMDS
|
|
echo "No libopenmax implementation selected. Configuration error."
|
|
exit 1
|
|
endef
|
|
endif
|
|
|
|
$(eval $(generic-package))
|