From 0b9e234de7a32bf692228cdc9669dc7bb41af12a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pouiller?= Date: Sat, 29 Nov 2014 10:12:39 +0100 Subject: [PATCH] libz160: fix dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit libz160 is provided as binary. We need EABI toolchain with glibc to use it. [Thomas: adjust dependency comment according to Yann suggestions.] Signed-off-by: Jérôme Pouiller Reviewed-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- package/freescale-imx/libz160/Config.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package/freescale-imx/libz160/Config.in b/package/freescale-imx/libz160/Config.in index f956cced4..cfbfb79e9 100644 --- a/package/freescale-imx/libz160/Config.in +++ b/package/freescale-imx/libz160/Config.in @@ -1,5 +1,10 @@ config BR2_PACKAGE_LIBZ160 bool "libz160" + depends on BR2_ARM_EABI + depends on BR2_TOOLCHAIN_USES_GLIBC help An API for user space programs to perform 2D accelerated graphics operations on AMD GPU (included for examples in iMX5x chipsets) + +comment "libz160 needs an EABI toolchain w/ (e)glibc" + depends on !BR2_ARM_EABI || !BR2_TOOLCHAIN_USES_GLIBC