Changed a CMake configuration comment

This commit is contained in:
Leon Styhre 2025-02-24 21:45:12 +01:00
parent 0570c22001
commit cbd59c5533

View file

@ -162,7 +162,7 @@ if(CEC)
find_package(libCEC REQUIRED)
endif()
# Add ALSA for Linux.
# Add ALSA and BlueZ for Linux.
if(CMAKE_SYSTEM_NAME MATCHES Linux)
find_package(ALSA REQUIRED)
find_package(Bluez REQUIRED)