From: Jérôme Pouiller Date: Sat, 29 Nov 2014 09:12:39 +0000 (+0100) Subject: libz160: fix dependencies X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0b9e234de7a32bf692228cdc9669dc7bb41af12a;p=buildroot.git libz160: fix dependencies 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 --- diff --git a/package/freescale-imx/libz160/Config.in b/package/freescale-imx/libz160/Config.in index f956cced43..cfbfb79e9e 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