summaryrefslogtreecommitdiffstats
path: root/package/opengl/libopenmax/libopenmax.mk
blob: 430760208c750537f96f4a47c8179b72dc9d2a3f (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
#############################################################
#
# Virtual package for 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))