mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:27:45 +00:00
Ladybird+WebContent: Add option to use GPU painter
Adds `--enable-gpu-painting` param to enable painting command executor that uses LibAccelGfx.
This commit is contained in:
parent
7d26cbf523
commit
b6732b0234
17 changed files with 63 additions and 17 deletions
|
@ -76,3 +76,7 @@ if (HAVE_PULSEAUDIO)
|
|||
target_compile_definitions(webcontent PRIVATE HAVE_PULSEAUDIO=1)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if (LINUX)
|
||||
target_link_libraries(WebContent PRIVATE LibAccelGfx)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue