5e6696713c
Those acceleration libraries typically have multiple implementations: some are free (Mesa), some are proprietary (generally SoC specific). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
17 lines
348 B
Makefile
17 lines
348 B
Makefile
#############################################################
|
|
#
|
|
# Virtual package for libEGL
|
|
#
|
|
#############################################################
|
|
|
|
LIBEGL_SOURCE =
|
|
|
|
ifeq ($(LIBEGL_DEPENDENCIES),y)
|
|
define LIBEGL_CONFIGURE_CMDS
|
|
echo "No libEGL implementation selected. Configuration error."
|
|
exit 1
|
|
endef
|
|
endif
|
|
|
|
$(eval $(generic-package))
|