summaryrefslogtreecommitdiffstats
path: root/x11/gtk-vnc/DEPENDS
blob: 0a0509053812b0aad12bf81714a9ddbf80401a75 (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
33
depends  gnutls  &&
depends  -sub VAPIGEN vala &&

optional_depends  gettext  \
                  '--enable-nls'  \
                  '--disable-nls'  \
                  'for Native Language Support (Recommended)'  &&

optional_depends  python                \
                  '--with-python'       \
                  '--without-python'    \
                  'for Python support'  &&

# the plugin is broken, and probably unsafe anyway
#optional_depends  NS-PLUGIN-COMPATIBLE      \
#                  '--enable-plugin=yes'     \
#                  '--enable-plugin=no'      \
#                  'for web browser plugin'  &&

optional_depends  LIBSASL                   \
                  '--with-sasl'             \
                  '--without-sasl'          \
                  'for SASL authentication support' &&

optional_depends  gobject-introspection  \
                  '--enable-introspection'  \
                  '--disable-introspection'  \
                  'for GObject introspection'  &&

optional_depends  pulseaudio  \
                  '--with-pulseaudio'  \
                  '--without-pulseaudio'  \
                  'for PulseAudio audio playback'