summaryrefslogtreecommitdiffstats
path: root/gnome2-libs/libgda4/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'gnome2-libs/libgda4/DEPENDS')
-rwxr-xr-xgnome2-libs/libgda4/DEPENDS113
1 files changed, 95 insertions, 18 deletions
diff --git a/gnome2-libs/libgda4/DEPENDS b/gnome2-libs/libgda4/DEPENDS
index af1a001fd0..d62893451f 100755
--- a/gnome2-libs/libgda4/DEPENDS
+++ b/gnome2-libs/libgda4/DEPENDS
@@ -1,18 +1,95 @@
-depends glib2 &&
-depends libxml2 &&
-depends libxslt &&
-
-optional_depends gtk-doc \
-"--enable-gtk-doc" \
-"--disable-gtk-doc" \
-"to build documentation" &&
-
-optional_depends sqlite \
-"--enable-system-sqlite" \
-"--disable-system-sqlite" \
-"to use system sqlite" &&
-
-optional_depends libsoup \
-"--with-libsoup" \
-"--without-libsoup" \
-"to enable libsoup support"
+depends glib2 &&
+depends libxml2 &&
+depends libxslt &&
+
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support" &&
+
+optional_depends sqlite \
+ "--enable-system-sqlite" \
+ "--disable-system-sqlite" \
+ "to use system SQLite" &&
+
+optional_depends db \
+ "--with-bdb" \
+ "--without-bdb" \
+ "for Berkeley DB backend support" &&
+
+optional_depends ODBC-MGR \
+ "--with-odbc" \
+ "--without-odbc" \
+ "for Unix ODBC backend support" &&
+
+optional_depends MYSQL \
+ "--with-mysql" \
+ "--without-mysql" \
+ "for MySQL backend support" &&
+
+optional_depends postgresql \
+ "--with-postgres" \
+ "--without-postgres" \
+ "for PostgreSQL backend support" &&
+
+optional_depends FIREBIRD \
+ "--with-firebird" \
+ "--without-firebird" \
+ "for FireBird backend support" &&
+
+optional_depends openldap \
+ "--with-ldap" \
+ "--without-ldap" \
+ "for LDAP backend support" &&
+
+optional_depends gnome-keyring \
+ "--with-gnome-keyring" \
+ "--without-gnome-keyring" \
+ "for gnome-keyring support" &&
+
+optional_depends gtk+2 \
+ "--with-ui" \
+ "--without-ui" \
+ "for GTK+ extension and tools" &&
+
+optional_depends gtksourceview \
+ "--with-gtksourceview" \
+ "--without-gtksourceview" \
+ "for using GtkSourceView" &&
+
+optional_depends goocanvas \
+ "--with-goocanvas" \
+ "--without-goocanvas" \
+ "for using GooCanvas" &&
+
+optional_depends graphviz \
+ "--with-graphviz" \
+ "--without-graphviz" \
+ "for using Graphviz" &&
+
+optional_depends unique \
+ "--with-unique" \
+ "--without-unique" \
+ "to use LibUnique to have only one control center" &&
+
+optional_depends libsoup \
+ "--with-libsoup" \
+ "--without-libsoup" \
+ "to enable libsoup support" &&
+
+optional_depends gobject-introspection \
+ "--enable-introspection" \
+ "--disable-introspection" \
+ "to enable introspection for this build" &&
+
+optional_depends rarian \
+ "--enable-scrollkeeper" \
+ "--disable-scrollkeeper" \
+ "to make updates to the scrollkeeper database" &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "to build documentation" &&
+
+optional_depends libgcrypt "" "" "for password entry plugin"