mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-13 04:13:54 +00:00
pts: corrected openaptx to libopenaptx
This commit is contained in:
parent
2cecf77e9a
commit
bc6c3be31e
@ -38,7 +38,7 @@ if (LDAC_ENCODER_FOUND)
|
||||
endif()
|
||||
|
||||
# openaptx
|
||||
pkg_check_modules(APTX openaptx)
|
||||
pkg_check_modules(APTX libopenaptx)
|
||||
if (APTX_FOUND)
|
||||
message("HAVE_APTX")
|
||||
include_directories(${APTX_INCLUDE_DIRS})
|
||||
|
Loading…
x
Reference in New Issue
Block a user