mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:57:35 +00:00
Userland: Remove LibCore dependency from libraries that do not use it
This commit is contained in:
parent
5945cdc054
commit
aa0a6d58b2
19 changed files with 12 additions and 32 deletions
|
@ -177,10 +177,8 @@ source_set("LibUnicode") {
|
|||
"URL.cpp",
|
||||
"UnicodeUtils.cpp",
|
||||
]
|
||||
deps = [
|
||||
"//AK",
|
||||
"//Userland/Libraries/LibCore",
|
||||
]
|
||||
deps = [ "//AK" ]
|
||||
|
||||
if (enable_unicode_database_download) {
|
||||
deps += [
|
||||
":generate_emoji_sources",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue