summaryrefslogtreecommitdiffstats
path: root/science/qgis/DEPENDS
blob: ed6249a904038f1542e88f2452c611e91471aba9 (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
depends qt4 &&
depends flex &&
depends proj &&
depends geos &&
depends gdal &&
depends qwt5 && # will work with qwt6 too
depends sqlite "-DWITH_INTERNAL_SQLITE3=FALSE" &&
depends bison &&
depends cmake &&
depends libspatialindex &&
depends libspatialite   &&
optional_depends postgresql \
                 "-DWITH_POSTGRESQL=TRUE" \
                 "-DWITH_POSTGRESQL=FALSE" \
                 "For PostGIS support, SPIT plugin" &&
optional_depends expat \
                 "" \
                 "" \
                 "GPS importer plugin" &&
if is_depends_enabled expat; then
  depends gpsbabel
fi &&
optional_depends gsl \
                 "" \
                 "" \
                 "for georeferencer" &&
optional_depends -sub SQLITE grass \
                 "-DWITH_GRASS=TRUE" \
                 "-DWITH_GRASS=FALSE" \
                 "GRASS Support" &&
optional_depends python \
                 "-DWITH_BINDINGS=TRUE" \
                 "-DWITH_BINDINGS=FALSE" \
                 "Python plugins support and PyQGIS(extra query)" &&
if is_depends_enabled python ; then
  depends pyqt4
fi