From 8bf4f6336f378f9980bf5afacfdbaeadf342e7a3 Mon Sep 17 00:00:00 2001 From: karutoh Date: Sat, 17 May 2025 03:51:20 +0100 Subject: [PATCH] Fixed CMAKE to remove ALSA dependency. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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