mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +00:00
Lagom: Port LibImageDecoderClient to Lagom
This library offers tools to communicate with an ImageDecoder server through IPC. There is currently no such executable for Lagom but that shouldn't take long :^)
This commit is contained in:
parent
fbc25ad302
commit
8659a6d3a7
Notes:
sideshowbarker
2024-07-17 10:39:39 +09:00
Author: https://github.com/LucasChollet Commit: https://github.com/SerenityOS/serenity/commit/8659a6d3a7 Pull-request: https://github.com/SerenityOS/serenity/pull/21017
2 changed files with 6 additions and 0 deletions
|
@ -419,6 +419,7 @@ if (BUILD_LAGOM)
|
|||
GPU
|
||||
HTTP
|
||||
IMAP
|
||||
ImageDecoderClient
|
||||
IPC
|
||||
JS
|
||||
Line
|
||||
|
|
|
@ -2,6 +2,11 @@ set(SOURCES
|
|||
Client.cpp
|
||||
)
|
||||
|
||||
if (NOT SERENITYOS)
|
||||
compile_ipc(../../Services/ImageDecoder/ImageDecoderClient.ipc ../../Services/ImageDecoder/ImageDecoderClientEndpoint.h)
|
||||
compile_ipc(../../Services/ImageDecoder/ImageDecoderServer.ipc ../../Services/ImageDecoder/ImageDecoderServerEndpoint.h)
|
||||
endif()
|
||||
|
||||
set(GENERATED_SOURCES
|
||||
../../Services/ImageDecoder/ImageDecoderClientEndpoint.h
|
||||
../../Services/ImageDecoder/ImageDecoderServerEndpoint.h
|
||||
|
|
Loading…
Add table
Reference in a new issue