check if libserial exists for unsupported libserial OS

This commit is contained in:
Jose Phillips
2024-12-08 18:10:05 -05:00
parent 267d4b2e02
commit 803c19b4c2
5 changed files with 30 additions and 17 deletions

View File

@@ -153,7 +153,9 @@ static const SOUND_CARD sound_cards[] = {
{ &ct5880_device },
{ &ad1881_device },
{ &cs4297a_device },
#ifdef USE_LIBSERIALPORT /*The following devices required LIBSERIALPORT*/
{ &opl2board_device },
#endif
{ NULL }
// clang-format on
};