summaryrefslogtreecommitdiffstats
path: root/cmake/scripts/freebsd/ArchSetup.cmake
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2018-04-17 00:15:38 +0200
committermanuel <manuel@mausz.at>2018-04-17 00:15:38 +0200
commitb3d195f0188758a14875a5a2f270e4fd190a679f (patch)
treecbe6a2d51afd7be095e29fd612107044cf1f391e /cmake/scripts/freebsd/ArchSetup.cmake
parenta51f51db67e3eab80ac2ed28d403a6d77f7acc45 (diff)
downloadkodi-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/ArchSetup.cmake')
-rw-r--r--cmake/scripts/freebsd/ArchSetup.cmake5
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()
16endif() 16endif()
17 17
18# Disable ALSA by default
19if(NOT ENABLE_ALSA)
20 option(ENABLE_ALSA "Enable alsa support?" OFF)
21endif()
22
18# Additional SYSTEM_DEFINES 23# Additional SYSTEM_DEFINES
19list(APPEND SYSTEM_DEFINES -DHAS_LINUX_NETWORK) 24list(APPEND SYSTEM_DEFINES -DHAS_LINUX_NETWORK)