mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:18:13 +00:00
LibVirtGPU: Add a new GPU device that talks to our VirtIO-GPU driver
At this moment this only contains function stubs.
This commit is contained in:
parent
3b2ded1d44
commit
c52abe0bea
9 changed files with 335 additions and 0 deletions
|
@ -7,3 +7,7 @@ serenity_lib(LibGPU gpu)
|
|||
target_link_libraries(LibGPU PRIVATE LibCore ${CMAKE_DL_LIBS})
|
||||
|
||||
add_dependencies(LibGPU LibSoftGPU)
|
||||
|
||||
if (SERENITYOS)
|
||||
add_dependencies(LibGPU LibVirtGPU)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue