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

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"