1config BR2_PACKAGE_LIBZ160 2 bool "libz160" 3 depends on BR2_ARM_EABI 4 depends on BR2_TOOLCHAIN_USES_GLIBC 5 help 6 An API for user space programs to perform 2D accelerated 7 graphics operations on AMD GPU (included for examples in 8 iMX5x chipsets) 9 10comment "libz160 needs an EABI toolchain w/ glibc" 11 depends on !BR2_ARM_EABI || !BR2_TOOLCHAIN_USES_GLIBC 12