mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] clipboard/wayland: implement a no-op Wayland clipboard
Build scaffolding only; implementation in later commits. Co-authored-by: Quantum <quantum2048@gmail.com>
This commit is contained in:

committed by
Geoffrey McRae

parent
8f4e0f6b50
commit
a205515d91
@@ -23,6 +23,10 @@ if (ENABLE_CB_X11)
|
||||
add_clipboard(X11)
|
||||
endif()
|
||||
|
||||
if (ENABLE_CB_WAYLAND)
|
||||
add_clipboard(Wayland)
|
||||
endif()
|
||||
|
||||
list(REMOVE_AT CLIPBOARDS 0)
|
||||
list(REMOVE_AT CLIPBOARDS_LINK 0)
|
||||
|
||||
|
Reference in New Issue
Block a user