userspace: Implement LibClipboard and ClipboardServer

programs can now connect to the clipboard server using libclipboard and
get and set the clipboard of the current user
This commit is contained in:
2025-11-18 02:53:55 +02:00
parent d60f12d3b8
commit 291f298d19
7 changed files with 527 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
set(USERSPACE_LIBRARIES
LibAudio
LibC
LibClipboard
LibDEFLATE
LibDL
LibELF