depends mono &&

# there are no configure options for the next 2 optional_depends
optional_depends  gtk-sharp-2 \
                  '' \
                  '' \
                  'for silverlight 2 support?' &&

optional_depends  ndesk-dbus \
                  '' \
                  '' \
                  'Enable Test Harness?' &&

optional_depends   LIBAVCODEC \
                  '--with-ffmpeg=yes' \
                  '--with-ffmpeg=no' \
                  'Enable ffmpeg support?' &&

optional_depends  alsa-lib \
                  '--with-alsa=yes' \
                  '--with-alsa=no' \
                  'Enable alsa support?' &&

optional_depends  pulseaudio \
                  '--with-pulse=yes' \
                  '--with-pulse=no' \
                  'Enable pulse audio support?' &&

optional_depends  cairo \
                  '--with-cairo=system' \
                  '--with-cairo=embedded' \
                  'Enable native cairo support?'
