xref: /OK3568_Linux_fs/buildroot/package/intel-gmmlib/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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