1.1 --- a/CMakeLists.txt Sun Jul 07 02:04:19 2013 -0400
1.2 +++ b/CMakeLists.txt Sun Jul 07 02:03:07 2013 -0400
1.3 @@ -203,6 +203,7 @@
1.4 set_option(ARTS "Support the Analog Real Time Synthesizer" ${UNIX_SYS})
1.5 dep_option(ARTS_SHARED "Dynamically load aRts audio support" ON "ARTS" OFF)
1.6 set_option(NAS "Support the NAS audio API" ${UNIX_SYS})
1.7 +set_option(SNDIO "Support the sndio audio API" ${UNIX_SYS})
1.8 set_option(RPATH "Use an rpath when linking SDL" ${UNIX_SYS})
1.9 set_option(CLOCK_GETTIME "Use clock_gettime() instead of gettimeofday()" OFF)
1.10 set_option(INPUT_TSLIB "Use the Touchscreen library for input" ${UNIX_SYS})
1.11 @@ -621,6 +622,7 @@
1.12 CheckESD()
1.13 CheckARTS()
1.14 CheckNAS()
1.15 + CheckSNDIO()
1.16 CheckFusionSound()
1.17 endif(SDL_AUDIO)
1.18