Commit 61900d92 authored by Spenser Gilliland's avatar Spenser Gilliland Committed by Peter Korsgaard
Browse files

powervr: add powervr virtual package



Signed-off-by: default avatarSpenser Gilliland <spenser@gillilanding.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Sundareson, Prabindh <prabu@ti.com>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Cc: Sinan Akpolat <sinan@linkas.com.tr>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent dba2bef1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -473,6 +473,7 @@ source "package/opengl/Config.in"
source "package/pango/Config.in"
source "package/pixman/Config.in"
source "package/poppler/Config.in"
source "package/powervr/Config.in"
source "package/tiff/Config.in"
source "package/wayland/Config.in"
source "package/webkit/Config.in"
+2 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_HAS_POWERVR
	bool
+20 −0
Original line number Diff line number Diff line
################################################################################
#
# Virtual package for PowerVR driver
#
################################################################################

POWERVR_SOURCE =

ifeq ($(BR2_PACKAGE_TI_GFX),y)
POWERVR_DEPENDENCIES += ti-gfx
endif

ifeq ($(POWERVR_DEPENDENCIES),)
define POWERVR_CONFIGURE_CMDS
	echo "No PowerVR implementation selected. Configuration error."
	exit 1
endef
endif

$(eval $(generic-package))