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:
Shannon Booth 2025-06-15 13:27:58 +12:00 committed by Jelle Raaijmakers
commit 766cbf4937
Notes: github-actions[bot] 2025-06-17 18:55:47 +00:00

View file

@ -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/")