mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-22 21:47:22 +00:00
doc: update GSG for virtio-gpu dependency libraries
commit 78f702e
("Use libdrm library for drm access") adds the dependency on
libdrm library. GSG needs to be updated accordingly. Otherwise, compilation
error occurs like below:
hw/pci/virtio/virtio_gpu.c:21:10: fatal error: libdrm/drm_fourcc.h: No such file or directory
21 | #include <libdrm/drm_fourcc.h>
| ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Tracked-On: #7464
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
This commit is contained in:
parent
e1fc354c49
commit
f8de4178e4
@ -147,7 +147,8 @@ To set up the ACRN build environment on the development computer:
|
||||
libpixman-1-dev \
|
||||
libsdl2-dev \
|
||||
libegl-dev \
|
||||
libgles-dev
|
||||
libgles-dev \
|
||||
libdrm-dev
|
||||
|
||||
#. Install Python package dependencies:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user