Browse Source

CMake: Default HAVE_AUDIO on.

Sam Edwards 11 years ago
parent
commit
21ecc1fc04
1 changed files with 3 additions and 0 deletions
  1. 3 0
      dtool/Config.cmake

+ 3 - 0
dtool/Config.cmake

@@ -788,6 +788,9 @@ option(HAVE_EGG
 avoid building this, unless you really want to make a low-footprint
 avoid building this, unless you really want to make a low-footprint
 build (such as, for instance, for the iPhone)." ON)
 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
 # 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
 # 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.
 # them int he build, unless you are looking to reduce the memory footprint.