summaryrefslogtreecommitdiffstats
path: root/package/opengl/libopenmax/libopenmax.mk
blob: 9e6f89aaa62c316ee3c86306467b27c3ea85f691 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
################################################################################
#
# libopenmax
#
################################################################################

LIBOPENMAX_SOURCE =

ifeq ($(BR2_PACKAGE_RPI_USERLAND),y)
LIBOPENMAX_DEPENDENCIES += rpi-userland
endif

ifeq ($(BR2_PACKAGE_BELLAGIO),y)
LIBOPENMAX_DEPENDENCIES += bellagio
endif

ifeq ($(LIBOPENMAX_DEPENDENCIES),)
define LIBOPENMAX_CONFIGURE_CMDS
	echo "No libopenmax implementation selected. Configuration error."
	exit 1
endef
endif

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