Config.in 587 B

1234567891011121314151617
  1. config BR2_PACKAGE_INTEL_GMMLIB
  2. bool "intel-gmmlib"
  3. depends on BR2_x86_64
  4. depends on !BR2_STATIC_LIBS
  5. depends on BR2_INSTALL_LIBSTDCPP
  6. depends on BR2_TOOLCHAIN_HAS_THREADS
  7. help
  8. The Intel(R) Graphics Memory Management Library provides
  9. device specific and buffer management for the Intel(R)
  10. Graphics Compute Runtime for OpenCL(TM) and the Intel(R)
  11. Media Driver for VAAPI.
  12. https://github.com/intel/gmmlib
  13. comment "intel-gmmlib needs a toolchain w/ dynamic library, C++, threads"
  14. depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || \
  15. !BR2_TOOLCHAIN_HAS_THREADS