mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 04:07:34 +00:00
Meta: Support GPU painting in the GN build
This commit is contained in:
parent
8fc5c8b7df
commit
8504d8f588
4 changed files with 12 additions and 1 deletions
|
@ -211,6 +211,7 @@ if (current_os == "mac") {
|
|||
|
||||
bundle_data("ladybird_bundle_libs") {
|
||||
public_deps = [
|
||||
"//Userland/Libraries/LibAccelGfx",
|
||||
"//Userland/Libraries/LibAudio",
|
||||
"//Userland/Libraries/LibCompress",
|
||||
"//Userland/Libraries/LibCore",
|
||||
|
@ -247,6 +248,7 @@ if (current_os == "mac") {
|
|||
"//Userland/Libraries/LibXML",
|
||||
]
|
||||
sources = [
|
||||
"$root_out_dir/lib/liblagom-accelgfx.dylib",
|
||||
"$root_out_dir/lib/liblagom-audio.dylib",
|
||||
"$root_out_dir/lib/liblagom-compress.dylib",
|
||||
"$root_out_dir/lib/liblagom-core.dylib",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue