summaryrefslogtreecommitdiffstats
path: root/shell-term-fm/rdesktop/DEPENDS
blob: 918cbfa73a7e6af10cf4efadd706b7bef452eb26 (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
depends  SSL  &&
depends  libx11   &&

if list_find $RDESKTOP_SOUND alsa; then
  depends  alsa-lib
elif list_find $RDESKTOP_SOUND libao; then
  depends  libao
fi &&

optional_depends libgssglue \
                 "--enable-credssp" \
                 "--disable-credssp" \
                 "for CredSSP support" &&

optional_depends pcsc-lite \
                 "--enable-smartcard" \
                 "--disable-smartcard" \
                 "for SmartCard support"

# current support of this is broken
#optional_depends libvncserver \
#                 "--with-libvncserver" \
#                 "--without-libvncserver" \
#                 "to build rdp2vnc"