mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-23 08:46:55 +00:00
Use FindALSA instead of pkg-config
This commit is contained in:
parent
ae2c858dc9
commit
ce49714533
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user