mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 09:03:14 +08:00
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:
committed by
Compute-Runtime-Automation
parent
a022acbdf3
commit
19dcc80e44
@@ -10,8 +10,6 @@ if(UNIX)
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/debug_session.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/drm_helper.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/xe/debug_session.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/xe/debug_session.h
|
||||
)
|
||||
|
||||
if(NEO_ENABLE_i915_PRELIM_DETECTION)
|
||||
@@ -21,5 +19,15 @@ if(UNIX)
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/prelim/debug_session.h
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(NEO_ENABLE_XE_DRM_DETECTION)
|
||||
target_sources(${L0_STATIC_LIB_NAME}
|
||||
PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/xe/debug_session.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/xe/debug_session.h
|
||||
)
|
||||
endif()
|
||||
|
||||
add_subdirectories()
|
||||
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user