mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:47:44 +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
|
@ -50,7 +50,6 @@ shared_library("LibGL") {
|
|||
deps = [
|
||||
":generate_glapi",
|
||||
"//AK",
|
||||
"//Userland/Libraries/LibCore",
|
||||
"//Userland/Libraries/LibGLSL",
|
||||
"//Userland/Libraries/LibGPU",
|
||||
"//Userland/Libraries/LibGfx",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue