From e67c454194b6b4a2ed68b4e1124613a0b05a4d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 8 Jun 2018 02:08:01 +0200 Subject: cmake: Add other missing checks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- kscd/libwm/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kscd/libwm') diff --git a/kscd/libwm/CMakeLists.txt b/kscd/libwm/CMakeLists.txt index e40ac76e..7e632701 100644 --- a/kscd/libwm/CMakeLists.txt +++ b/kscd/libwm/CMakeLists.txt @@ -34,5 +34,5 @@ tde_add_library( workman STATIC_PIC EMBED workmanaudio-static LINK - pthread + ${ALSA_LIBRARIES} pthread ) -- cgit v1.2.1