summaryrefslogtreecommitdiffstats
path: root/cluster/drbd/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/drbd/DEPENDS')
-rwxr-xr-xcluster/drbd/DEPENDS16
1 files changed, 16 insertions, 0 deletions
diff --git a/cluster/drbd/DEPENDS b/cluster/drbd/DEPENDS
new file mode 100755
index 0000000000..5855f4ec0e
--- /dev/null
+++ b/cluster/drbd/DEPENDS
@@ -0,0 +1,16 @@
+depends flex &&
+
+optional_depends udev \
+ "--with-udev" \
+ "--without-udev" \
+ "for udev integration" &&
+
+optional_depends xen \
+ "--with-xen" \
+ "--without-xen" \
+ "for Xen integration" &&
+
+optional_depends bash-completion \
+ "--with-bashcompletion" \
+ "--without-bashcompletion" \
+ "for programmable bash completion"