aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJan Beich <[email protected]>2024-09-02 14:51:56 +0200
committerMihai Fufezan <[email protected]>2024-09-02 23:48:58 +0300
commitf7249bd3317e79b9cb1564f2497df510f7a166bb (patch)
tree01b3542a6646d58eaebfc7cf4d5903fb41886bfe
parent6934e7aa2b300bc4565855a4092fb34de8a9a8d2 (diff)
downloadHyprland-f7249bd3317e79b9cb1564f2497df510f7a166bb.tar.gz
Hyprland-f7249bd3317e79b9cb1564f2497df510f7a166bb.zip
CMake: drop duplicate -luuid after 5262292abc56
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dba14813..ef3f4021 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -266,7 +266,7 @@ function(protocolWayland)
endfunction()
target_link_libraries(Hyprland OpenGL::EGL OpenGL::GL Threads::Threads
- libudis86 uuid)
+ libudis86)
protocolnew("subprojects/hyprland-protocols/protocols"
"hyprland-global-shortcuts-v1" true)