Fix drm include for OpenSUSE (#767)
* Fix drm include for OpenSUSE
- uses libdrm/drm.h instead of drm/drm.h
* Fix "List Files" step in CI workflows
* Fix "List Files" step in CI workflows
[ROCm/rocprofiler-sdk commit: 2d5523b420]
Este cometimento está contido em:
cometido por
Benjamin Welton
ascendente
8ec308e9dc
cometimento
5ee0fad20f
+1
-1
@@ -24,7 +24,7 @@
|
||||
#ifndef KFD_IOCTL_H_INCLUDED
|
||||
#define KFD_IOCTL_H_INCLUDED
|
||||
|
||||
#include <drm/drm.h>
|
||||
#include <drm.h>
|
||||
#include <linux/ioctl.h>
|
||||
|
||||
/*
|
||||
|
||||
@@ -47,6 +47,7 @@ target_link_libraries(
|
||||
PRIVATE rocprofiler::rocprofiler-shared-library
|
||||
rocprofiler::rocprofiler-common-library
|
||||
rocprofiler::rocprofiler-hsa-runtime
|
||||
rocprofiler::rocprofiler-drm
|
||||
rocprofiler::rocprofiler-sdk-roctx-shared-library
|
||||
GTest::gtest
|
||||
GTest::gtest_main)
|
||||
|
||||
Criar uma nova questão referindo esta
Bloquear um utilizador