Revert "build: enable xe drm detection by default"

This reverts commit 973757a58d.

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2024-03-18 07:59:53 +00:00
committed by Compute-Runtime-Automation
parent a022acbdf3
commit 19dcc80e44
16 changed files with 112 additions and 41 deletions

View File

@@ -7,6 +7,7 @@
%global NEO_OCL_VERSION_MINOR xxx
%global NEO_OCL_VERSION_BUILD xxx
%global NEO_RELEASE_WITH_REGKEYS FALSE
%global NEO_ENABLE_XE_DRM_DETECTION FALSE
%global I915_HEADERS_DIR %{nil}
%define gmmlib_sover 12
@@ -70,6 +71,7 @@ Summary: ocloc package for opencl
-DBUILD_WITH_L0=FALSE \
-DNEO_SKIP_UNIT_TESTS=TRUE \
-DNEO_ENABLE_i915_PRELIM_DETECTION=TRUE \
-DNEO_ENABLE_XE_DRM_DETECTION=%{NEO_ENABLE_XE_DRM_DETECTION} \
-DRELEASE_WITH_REGKEYS=%{NEO_RELEASE_WITH_REGKEYS} \
-DCMAKE_VERBOSE_MAKEFILE=FALSE \
-DI915_HEADERS_DIR=$(realpath %{I915_HEADERS_DIR})