mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 01:59:31 +00:00
LibGfx: Remove dependency on LibURL
This was previously a dependency (from ICC, if I recall correctly), but this no longer appears to be the case.
This commit is contained in:
parent
1a34485460
commit
766cbf4937
Notes:
github-actions[bot]
2025-06-17 18:55:47 +00:00
Author: https://github.com/shannonbooth
Commit: 766cbf4937
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5094
Reviewed-by: https://github.com/gmta ✅
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ endif()
|
|||
|
||||
serenity_lib(LibGfx gfx)
|
||||
|
||||
target_link_libraries(LibGfx PRIVATE LibCompress LibCore LibCrypto LibFileSystem LibRIFF LibTextCodec LibIPC LibUnicode LibURL)
|
||||
target_link_libraries(LibGfx PRIVATE LibCompress LibCore LibCrypto LibFileSystem LibRIFF LibTextCodec LibIPC LibUnicode)
|
||||
|
||||
set(generated_sources TIFFMetadata.h TIFFTagHandler.cpp)
|
||||
list(TRANSFORM generated_sources PREPEND "ImageFormats/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue