diff --git a/CMakeLists.txt b/CMakeLists.txt index be4feb3..34a9146 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -327,6 +327,6 @@ elseif (IS_OS_LINUX) target_link_libraries(StrToHash xcb xcb-cursor xcb-xfixes xcb-xinput) endif () - target_link_libraries(EHS_Dyn z asound pipewire-0.3) - target_link_libraries(StrToHash z asound EHS_Stc) + target_link_libraries(EHS_Dyn z pipewire-0.3) + target_link_libraries(StrToHash z EHS_Stc) endif () \ No newline at end of file