Use FindALSA instead of pkg-config

This commit is contained in:
Ilya Fedin 2020-10-07 15:54:40 +04:00 committed by John Preston
parent ae2c858dc9
commit ce49714533
1 changed files with 1 additions and 1 deletions

View File

@ -827,7 +827,7 @@ if (NOT TGVOIP_FOUND)
if (LINUX)
find_package(PkgConfig REQUIRED)
pkg_check_modules(ALSA REQUIRED alsa)
find_package(ALSA REQUIRED)
pkg_check_modules(PULSE REQUIRED libpulse)
target_include_directories(lib_tgvoip_bundled