summaryrefslogtreecommitdiffstats
path: root/mobile/pilot-link/DEPENDS
blob: 0056870c009e033fee136190a1185976a25114b3 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
depends popt                                  &&
depends bison                                 &&
depends pkgconfig                             &&
optional_depends -sub CXX gcc                         \
                  ""                          \
                  ""                          \
                  "for a c++ library"         &&

optional_depends  readline                    \
                  "--with-readline"           \
                  "--without-readline"        \
                  "Enable readline"           &&

optional_depends  libusb                      \
                  "--enable-libusb"           \
                  "--disable-libusb"          \
                  "Enable use of libusb"      &&

optional_depends  BLUEZ                       \
                  "--with-bluez"              \
                  "--without-bluez"           \
                  "Enable bluetooth support"  &&

optional_depends  libpng                      \
                  "--with-libpng"             \
                  "--without-libpng"          \
                  "Enable PNG Support"        &&

optional_depends  perl                        \
                  "--with-perl"               \
                  "--without-perl"            \
                  "Enable Perl Support"       &&

optional_depends  JDK                         \
                  '--with-java'               \
                  '--without-java'            \
                  'Enable Java Support'       \
                  'z-rejected'                &&

optional_depends  python                      \
                  "--with-python"             \
                  "--without-python"          \
                  "Enable Python Support"
# this seems broken for now
#optional_depends  tcl                         \
#                  "--with-tcl=/usr/lib"       \
#                  "--without-tcl"             \
#                  "Enable TCL Support"