blob: 0999b72cedb6b13504d60321d15634b0ab3e1eb4 [file] [log] [blame]
#!/bin/bash
# Full_Open_Source_Support flag is to control full-open-source build.
# Full-open-source means only using open source EU kernels and fixed function hardware.
cmake ../media-driver \
-DGEN8_Supported="no" \
-DGEN8_BDW_Supported="no" \
-DGEN9_Supported="no" \
-DGEN9_BXT_Supported="no" \
-DGEN9_SKL_Supported="no" \
-DGEN9_CFL_Supported="no" \
-DGEN9_GLK_Supported="no" \
-DGEN9_KBL_Supported="no" \
-DFull_Open_Source_Support="yes" $@