mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:27:45 +00:00
Ladybird+Meta: Extract AK into its own library on Lagom
We currently bundle AK with LibCore on Lagom. This means that to use AK, all libraries must also depend on LibCore. This will create circular dependencies when we create LibURL, as LibURL will depend on LibUnicode, which will depend on LibCore, which will depend on LibURL.
This commit is contained in:
parent
1e7b06aa11
commit
5945cdc054
8 changed files with 75 additions and 78 deletions
|
@ -136,7 +136,6 @@ shared_library("LibCore") {
|
|||
deps = [
|
||||
":filewatcher",
|
||||
":sources",
|
||||
"//AK:sources",
|
||||
"//Meta/gn/build/libs/crypt",
|
||||
"//Meta/gn/build/libs/pthread",
|
||||
"//Userland/Libraries/LibSystem",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue