CMake: drop duplicate -luuid after 5262292abc

This commit is contained in:
Jan Beich 2024-09-02 14:51:56 +02:00 committed by Mihai Fufezan
parent 6934e7aa2b
commit f7249bd331
1 changed files with 1 additions and 1 deletions

View File

@ -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)