mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-23 00:45:58 +01:00
CMake: drop duplicate -luuid after 5262292abc
This commit is contained in:
parent
6934e7aa2b
commit
f7249bd331
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ function(protocolWayland)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
target_link_libraries(Hyprland OpenGL::EGL OpenGL::GL Threads::Threads
|
target_link_libraries(Hyprland OpenGL::EGL OpenGL::GL Threads::Threads
|
||||||
libudis86 uuid)
|
libudis86)
|
||||||
|
|
||||||
protocolnew("subprojects/hyprland-protocols/protocols"
|
protocolnew("subprojects/hyprland-protocols/protocols"
|
||||||
"hyprland-global-shortcuts-v1" true)
|
"hyprland-global-shortcuts-v1" true)
|
||||||
|
|
Loading…
Reference in a new issue