mirror of
https://github.com/hyprwm/hyprpicker.git
synced 2024-11-16 16:15:58 +01:00
cmake: remove unneeded dependencies (#81)
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
This commit is contained in:
parent
b0974381f9
commit
653eddcbc3
1 changed files with 0 additions and 2 deletions
|
@ -98,8 +98,6 @@ include(CPack)
|
|||
target_link_libraries(hyprpicker PkgConfig::deps)
|
||||
|
||||
target_link_libraries(hyprpicker
|
||||
OpenGL
|
||||
GLESv2
|
||||
pthread
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
wayland-cursor
|
||||
|
|
Loading…
Reference in a new issue