mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
posix-h4: fix portaudio detection
This commit is contained in:
parent
d8910fa82b
commit
a878cd3191
@ -21,7 +21,7 @@ endif()
|
|||||||
find_package(PkgConfig QUIET)
|
find_package(PkgConfig QUIET)
|
||||||
|
|
||||||
# portaudio
|
# portaudio
|
||||||
if (PgConfig_FOUND)
|
if (PkgConfig_FOUND)
|
||||||
pkg_check_modules(PORTAUDIO REQUIRED portaudio-2.0)
|
pkg_check_modules(PORTAUDIO REQUIRED portaudio-2.0)
|
||||||
if(PORTAUDIO_FOUND)
|
if(PORTAUDIO_FOUND)
|
||||||
message("HAVE_PORTAUDIO")
|
message("HAVE_PORTAUDIO")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user