aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurchetan Singh <gurchetansingh@google.com>2022-01-05 09:53:01 -0800
committerGurchetan Singh <gurchetansingh@google.com>2022-01-05 19:17:56 -0800
commita6f5faf9266c3de6a546948663208b35053933c1 (patch)
tree1e8814f33678d1af9be4f24d1e5d310791d24e5c
parenta91c2756f95726804c227ecc2f16a4da7ecfa479 (diff)
downloadgoldfish-opengl-a6f5faf9266c3de6a546948663208b35053933c1.tar.gz
goldfish-opengl: reference <virtgpu_drm.h>, not <drm/virtgpu_drm.h>
Helps with Meson build. BUG=202552093 TEST=compile Change-Id: I7f1b032f16232ec1e3381492939649bc637708a1
-rw-r--r--system/OpenglSystemCommon/HostConnection.cpp2
-rw-r--r--system/OpenglSystemCommon/VirtioGpuPipeStream.cpp2
-rw-r--r--system/OpenglSystemCommon/VirtioGpuStream.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/system/OpenglSystemCommon/HostConnection.cpp b/system/OpenglSystemCommon/HostConnection.cpp
index 60f74d29..d1cc78b4 100644
--- a/system/OpenglSystemCommon/HostConnection.cpp
+++ b/system/OpenglSystemCommon/HostConnection.cpp
@@ -85,7 +85,7 @@ using goldfish_vk::VkEncoder;
#include "VirtioGpuPipeStream.h"
#include <cros_gralloc_handle.h>
-#include <drm/virtgpu_drm.h>
+#include <virtgpu_drm.h>
#include <xf86drm.h>
#endif
diff --git a/system/OpenglSystemCommon/VirtioGpuPipeStream.cpp b/system/OpenglSystemCommon/VirtioGpuPipeStream.cpp
index 6143bd53..1625eb8d 100644
--- a/system/OpenglSystemCommon/VirtioGpuPipeStream.cpp
+++ b/system/OpenglSystemCommon/VirtioGpuPipeStream.cpp
@@ -16,7 +16,7 @@
#include "VirtioGpuPipeStream.h"
-#include <drm/virtgpu_drm.h>
+#include <virtgpu_drm.h>
#include <xf86drm.h>
#include <sys/types.h>
diff --git a/system/OpenglSystemCommon/VirtioGpuStream.cpp b/system/OpenglSystemCommon/VirtioGpuStream.cpp
index 8286a37b..988cb5e6 100644
--- a/system/OpenglSystemCommon/VirtioGpuStream.cpp
+++ b/system/OpenglSystemCommon/VirtioGpuStream.cpp
@@ -16,7 +16,7 @@
#include "VirtioGpuStream.h"
-#include <drm/virtgpu_drm.h>
+#include <virtgpu_drm.h>
#include <xf86drm.h>
#include <sys/types.h>