From 21ecc1fc0486ad0acfb725fca0220313701db2bc Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Thu, 3 Apr 2014 15:10:31 -0600 Subject: [PATCH] CMake: Default HAVE_AUDIO on. --- dtool/Config.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dtool/Config.cmake b/dtool/Config.cmake index 6ee2e344a9..8554a186a1 100644 --- a/dtool/Config.cmake +++ b/dtool/Config.cmake @@ -788,6 +788,9 @@ option(HAVE_EGG avoid building this, unless you really want to make a low-footprint build (such as, for instance, for the iPhone)." ON) +option(HAVE_AUDIO + "Do you want to build the audio interface?" ON) + # These image formats don't require the assistance of a third-party # library to read and write, so there's normally no reason to disable # them int he build, unless you are looking to reduce the memory footprint.