diff options
Diffstat (limited to 'cmake/scripts/freebsd/ArchSetup.cmake')
| -rw-r--r-- | cmake/scripts/freebsd/ArchSetup.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/scripts/freebsd/ArchSetup.cmake b/cmake/scripts/freebsd/ArchSetup.cmake index 8ee78fc..db11bf8 100644 --- a/cmake/scripts/freebsd/ArchSetup.cmake +++ b/cmake/scripts/freebsd/ArchSetup.cmake | |||
| @@ -15,5 +15,10 @@ else() | |||
| 15 | endif() | 15 | endif() |
| 16 | endif() | 16 | endif() |
| 17 | 17 | ||
| 18 | # Disable ALSA by default | ||
| 19 | if(NOT ENABLE_ALSA) | ||
| 20 | option(ENABLE_ALSA "Enable alsa support?" OFF) | ||
| 21 | endif() | ||
| 22 | |||
| 18 | # Additional SYSTEM_DEFINES | 23 | # Additional SYSTEM_DEFINES |
| 19 | list(APPEND SYSTEM_DEFINES -DHAS_LINUX_NETWORK) | 24 | list(APPEND SYSTEM_DEFINES -DHAS_LINUX_NETWORK) |
