mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
venus: use the mesa "drm-uapi/drm_fourcc.h" header
Prepare for later CI integration. Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org> Reviewed-by: Chia-I Wu <olvaffe@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11480>
This commit is contained in:
parent
71617c3328
commit
891cf98a88
1 changed files with 1 additions and 1 deletions
|
|
@ -11,12 +11,12 @@
|
|||
#include "vn_android.h"
|
||||
|
||||
#include <dlfcn.h>
|
||||
#include <drm/drm_fourcc.h>
|
||||
#include <hardware/gralloc.h>
|
||||
#include <hardware/hwvulkan.h>
|
||||
#include <vndk/hardware_buffer.h>
|
||||
#include <vulkan/vk_icd.h>
|
||||
|
||||
#include "drm-uapi/drm_fourcc.h"
|
||||
#include "util/libsync.h"
|
||||
#include "util/os_file.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue