summaryrefslogtreecommitdiffstats
path: root/utils/sphinx/DEPENDS
blob: 02541b58128079a8926dc7244cacc805c7ca122c (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
depends -sub CXX gcc &&

optional_depends expat "" "" "for XML parser usage" &&

optional_depends firebird \
                 "--with-firebird --with-firebird-includes=/usr/include --with-firebird-libs=/usr/lib" \
                 "--without-firebird" \
                 "for Firebird database support" &&

optional_depends ODBC-MGR \
                 "--with-unixodbc" \
                 "--without-unixodbc" \
                 "for ODBC data access" &&

optional_depends MYSQL \
                 "--with-mysql" \
                 "--without-mysql" \
                 "for MySQL database support" &&

optional_depends postgresql \
                 "--with-pgsql" \
                 "--without-pgsql" \
                 "for PostgreSQL database support"