Config.in 357 B

1234567891011
  1. config 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. comment "libz160 needs an EABI toolchain w/ glibc"
  10. depends on !BR2_ARM_EABI || !BR2_TOOLCHAIN_USES_GLIBC