1config 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 13 https://github.com/intel/gmmlib 14 15comment "intel-gmmlib needs a toolchain w/ dynamic library, C++, threads" 16 depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || \ 17 !BR2_TOOLCHAIN_HAS_THREADS 18