summaryrefslogtreecommitdiffstats
path: root/cluster/ocfs2-tools/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/ocfs2-tools/DEPENDS')
-rwxr-xr-xcluster/ocfs2-tools/DEPENDS11
1 files changed, 6 insertions, 5 deletions
diff --git a/cluster/ocfs2-tools/DEPENDS b/cluster/ocfs2-tools/DEPENDS
index fcf03b5694..3fbe729925 100755
--- a/cluster/ocfs2-tools/DEPENDS
+++ b/cluster/ocfs2-tools/DEPENDS
@@ -1,8 +1,9 @@
-depends e2fsprogs &&
-depends pkg-config &&
+depends e2fsprogs &&
+depends pkgconfig &&
depends glib2 &&
-if [ "$OCFS2_CONSOLE" == "y" ]; then
- depends pygtk2 &&
- depends vte
+if list_find "$OCFS2_TOOLS_OPTS" "--enable-ocfs2console=yes"; then
+ depends python &&
+ depends pygtk2 &&
+ depends vte
fi