From 820bd032af3c91139730e372b5faf9c32e295e30 Mon Sep 17 00:00:00 2001 From: Jérôme Pouiller Date: Fri, 7 Nov 2014 16:57:51 +0100 Subject: libz160: new package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit An API for user space programs to perform 2D accelerated graphics operations on AMD GPU [Thomas: - merge in the same patch the patch switching to the freescale-imx extract helper. - remove the dependency on "depends BR2_arm", since anyway the package Config.in file is only included if we are using the i.MX51 or i.MX53 platforms. - use full installation paths (i.e $(INSTALL) -D), and install libraries 755, as it usually done.] Signed-off-by: Jérôme Pouiller Signed-off-by: Thomas Petazzoni --- package/freescale-imx/Config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/freescale-imx/Config.in') diff --git a/package/freescale-imx/Config.in b/package/freescale-imx/Config.in index d8c6efc23..71b7f0ba7 100644 --- a/package/freescale-imx/Config.in +++ b/package/freescale-imx/Config.in @@ -45,6 +45,9 @@ config BR2_PACKAGE_FREESCALE_IMX_PLATFORM source "package/freescale-imx/imx-lib/Config.in" source "package/freescale-imx/imx-vpu/Config.in" source "package/freescale-imx/firmware-imx/Config.in" +if (BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX51 || BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX53) +source "package/freescale-imx/libz160/Config.in" +endif if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6Q source "package/freescale-imx/gpu-viv-bin-mx6q/Config.in" endif -- cgit v1.2.3