Fix amdgpu_drm/radeon_drm.h include paths
The paths work in the cros build environment, but not when building on debian (which keeps them in libdrm/*). The Makefile already takes care of adding the appropriate include path, so we can just refer to the files directly. Note: We do compile minigbm on debian for our Kokoro builder that tests crosvm changes before the CQ. BUG=None TEST=CQ Dry Run Change-Id: I766d14377941b2602df3c117055e17144af51b25 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/minigbm/+/2643162 Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org> Tested-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Dennis Kempin <denniskempin@google.com>
This commit is contained in:
parent
31a04c3d6e
commit
bfd38d3e80
1 changed files with 2 additions and 2 deletions
|
|
@ -3,12 +3,12 @@
|
|||
* Use of this source code is governed by a BSD-style license that can be
|
||||
* found in the LICENSE file.
|
||||
*/
|
||||
#include <amdgpu_drm.h>
|
||||
#include <ctype.h>
|
||||
#include <dirent.h>
|
||||
#include <drm/amdgpu_drm.h>
|
||||
#include <drm/radeon_drm.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <radeon_drm.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue