diff options
| author | manuel <manuel@mausz.at> | 2018-04-17 00:15:38 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2018-04-17 00:15:38 +0200 |
| commit | b3d195f0188758a14875a5a2f270e4fd190a679f (patch) | |
| tree | cbe6a2d51afd7be095e29fd612107044cf1f391e /cmake/scripts/freebsd | |
| parent | a51f51db67e3eab80ac2ed28d403a6d77f7acc45 (diff) | |
| download | kodi-pvr-build-b3d195f0188758a14875a5a2f270e4fd190a679f.tar.gz kodi-pvr-build-b3d195f0188758a14875a5a2f270e4fd190a679f.tar.bz2 kodi-pvr-build-b3d195f0188758a14875a5a2f270e4fd190a679f.zip | |
sync with upstream
Diffstat (limited to 'cmake/scripts/freebsd')
| -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) |
