summaryrefslogtreecommitdiffstats
path: root/cluster/ocfs2-tools/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/ocfs2-tools/DEPENDS')
-rwxr-xr-xcluster/ocfs2-tools/DEPENDS4
1 files changed, 4 insertions, 0 deletions
diff --git a/cluster/ocfs2-tools/DEPENDS b/cluster/ocfs2-tools/DEPENDS
index 3fbe729925..f09ecbacb4 100755
--- a/cluster/ocfs2-tools/DEPENDS
+++ b/cluster/ocfs2-tools/DEPENDS
@@ -2,6 +2,10 @@ depends e2fsprogs &&
depends pkgconfig &&
depends glib2 &&
+if [[ $OCFS2_TOOLS_BRANCH != stable ]]; then
+ depends libaio
+fi &&
+
if list_find "$OCFS2_TOOLS_OPTS" "--enable-ocfs2console=yes"; then
depends python &&
depends pygtk2 &&