mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-17 23:12:22 +00:00
Lagom: Don't include Serenity's ImageDecoder service
This service assumes paths from the serenity environment, bringing it to Lagom in its current form is useless.
This commit is contained in:
parent
d1a01c4c65
commit
fbc25ad302
Notes:
sideshowbarker
2024-07-17 07:14:09 +09:00
Author: https://github.com/LucasChollet
Commit: fbc25ad302
Pull-request: https://github.com/SerenityOS/serenity/pull/21017
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
add_subdirectory(ConfigServer)
|
||||
add_subdirectory(EchoServer)
|
||||
add_subdirectory(FileOperation)
|
||||
add_subdirectory(ImageDecoder)
|
||||
add_subdirectory(LookupServer)
|
||||
add_subdirectory(WebServer)
|
||||
|
||||
|
@ -12,6 +11,7 @@ if (SERENITYOS)
|
|||
add_subdirectory(CrashDaemon)
|
||||
add_subdirectory(DeviceMapper)
|
||||
add_subdirectory(DHCPClient)
|
||||
add_subdirectory(ImageDecoder)
|
||||
add_subdirectory(FileSystemAccessServer)
|
||||
add_subdirectory(KeyboardPreferenceLoader)
|
||||
add_subdirectory(LaunchServer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue