aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVaxry <[email protected]>2023-10-13 20:10:12 +0100
committerVaxry <[email protected]>2023-10-13 20:10:12 +0100
commit598f64212107d92a61b30c0aa6463950c8ad9b72 (patch)
treece6c0fce9def5192c6a27014a03fef63c5832944
parent6a5b0f9c1e5604eafd3e7158cab85c1c77b1adcd (diff)
downloadHyprland-598f64212107d92a61b30c0aa6463950c8ad9b72.tar.gz
Hyprland-598f64212107d92a61b30c0aa6463950c8ad9b72.zip
fix udis
-rwxr-xr-xCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 55bd495d..d6b67f66 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -203,7 +203,7 @@ target_link_libraries(Hyprland
OpenGL::EGL
OpenGL::GL
Threads::Threads
- ${CMAKE_SOURCE_DIR}/subprojects/udis86/build/libudis86/liblibudis86.a
+ libudis86
)
protocol("protocols/idle.xml" "idle" true)