summaryrefslogtreecommitdiffstats
path: root/package/opengl/libopenmax/libopenmax.mk
blob: 6cdeacd005117b82166f9bcb4460de6f7ddff6cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
################################################################################
#
# libopenmax
#
################################################################################

LIBOPENMAX_SOURCE =
LIBOPENMAX_DEPENDENCIES = $(call qstrip,$(BR2_PACKAGE_PROVIDES_LIBOPENMAX))

ifeq ($(BR2_PACKAGE_HAS_LIBOPENMAX),y)
ifeq ($(LIBOPENMAX_DEPENDENCIES),)
$(error No libopenmax implementation selected. Configuration error.)
endif
endif

$(eval $(generic-package))
OpenPOWER on IntegriCloud