summaryrefslogtreecommitdiffstats
path: root/archive/bacula/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'archive/bacula/DEPENDS')
-rwxr-xr-xarchive/bacula/DEPENDS10
1 files changed, 10 insertions, 0 deletions
diff --git a/archive/bacula/DEPENDS b/archive/bacula/DEPENDS
new file mode 100755
index 0000000000..56a31a6002
--- /dev/null
+++ b/archive/bacula/DEPENDS
@@ -0,0 +1,10 @@
+depends g++ &&
+
+if [[ -z "$BACULA_CLIENT" ]]; then
+ depends mtx-tape &&
+ depends $BACULA_BACKEND "--with-$BACULA_BACKEND=$INSTALL_ROOT/usr" &&
+
+ optional_depends libgnome '--enable-gnome' '--disable-gnome' 'for GNOME console' &&
+ optional_depends wxgtk '--enable-wx-console' '--disable-wx-console' 'for wxWidgets console' &&
+ optional_depends gtk+2 '--enable-tray-monitor' '--disable-tray-monitor' 'for tray monitor'
+fi