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