build: mark bluetooth as Linux-specific

This commit is contained in:
Aleksei Bavshin
2024-02-19 13:54:46 -08:00
parent 543290ab07
commit a95b6a39c9
3 changed files with 6 additions and 2 deletions

View File

@ -82,7 +82,9 @@
#ifdef HAVE_LIBSNDIO
#include "modules/sndio.hpp"
#endif
#if defined(__linux__)
#include "modules/bluetooth.hpp"
#endif
#ifdef HAVE_LOGIND_INHIBITOR
#include "modules/inhibitor.hpp"
#endif