From 3f6c6d67d8d0abb9320b48855c913f8e3dc5c4e2 Mon Sep 17 00:00:00 2001 From: Andreas Butti Date: Thu, 31 Jan 2019 21:12:17 +0100 Subject: [PATCH] Fixed dependencies --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd4c0a6c..2627116f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -89,7 +89,7 @@ find_package (Threads REQUIRED) set (xournalpp_LDFLAGS ${xournalpp_LDFLAGS} ${CMAKE_THREAD_LIBS_INIT}) # portaudio -pkg_check_modules(PORTAUDIOCPP REQUIRED "portaudio-2.0 >= 19") +pkg_check_modules(PORTAUDIOCPP REQUIRED "portaudiocpp >= 12") add_includes_ldflags ("${PORTAUDIOCPP_LDFLAGS}" "${PORTAUDIOCPP_INCLUDE_DIRS}") # SOX