summaryrefslogtreecommitdiffstats
path: root/cluster/ocfs2-tools/DEPENDS
blob: f09ecbacb42f6d4c3d37844352019b6b78120d16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 &&
  depends vte
fi