summaryrefslogtreecommitdiffstats
path: root/devel/moon/DEPENDS
blob: 835cee614dd825c7d7ed267eddbdb338200a507f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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?'