Meta: Port 7d26cbf523 to gn build

This commit is contained in:
Andrew Kaster 2023-10-29 16:04:57 -06:00
parent 3eb92a9324
commit 246daa0810

View file

@ -40,4 +40,8 @@ source_set("Painting") {
"VideoPaintable.cpp",
"ViewportPaintable.cpp",
]
if (current_os == "linux") {
sources += [ "PaintingCommandExecutorGPU.cpp" ]
public_deps = [ "//Userland/Libraries/LibAccelGfx" ]
}
}