pts: corrected openaptx to libopenaptx

This commit is contained in:
Bjoern Hartmann 2021-02-24 15:17:08 +01:00 committed by Matthias Ringwald
parent 2cecf77e9a
commit bc6c3be31e

View File

@ -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})