mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 21:54:40 +03:00
Meta: Port 7d26cbf523
to gn build
This commit is contained in:
parent
3eb92a9324
commit
246daa0810
Notes:
sideshowbarker
2024-07-16 20:39:14 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/246daa0810
@ -40,4 +40,8 @@ source_set("Painting") {
|
||||
"VideoPaintable.cpp",
|
||||
"ViewportPaintable.cpp",
|
||||
]
|
||||
if (current_os == "linux") {
|
||||
sources += [ "PaintingCommandExecutorGPU.cpp" ]
|
||||
public_deps = [ "//Userland/Libraries/LibAccelGfx" ]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user