summaryrefslogtreecommitdiffstats
path: root/cluster/ocfs2-tools
diff options
context:
space:
mode:
authorPol Vinogradov2006-07-12 01:53:17 +0500
committerPol Vinogradov2006-07-12 01:53:17 +0500
commit4ceaa3353310733c31e84d866e90cb207a063d2b (patch)
treeb53d58fb994d8c6d797eaf76da502ad6bb943497 /cluster/ocfs2-tools
parent7b739551484294d466c6b2265b8a8733ffb93f41 (diff)
DEPENDS: added vte depends for GUI frontend
Diffstat (limited to 'cluster/ocfs2-tools')
-rwxr-xr-xcluster/ocfs2-tools/DEPENDS3
-rw-r--r--cluster/ocfs2-tools/HISTORY3
2 files changed, 5 insertions, 1 deletions
diff --git a/cluster/ocfs2-tools/DEPENDS b/cluster/ocfs2-tools/DEPENDS
index ee19dac8a8..4bbde5692b 100755
--- a/cluster/ocfs2-tools/DEPENDS
+++ b/cluster/ocfs2-tools/DEPENDS
@@ -2,5 +2,6 @@ depends e2fsprogs &&
if [ "$OCFS2_CONSOLE" == "y" ]; then
depends glib2 &&
- depends pygtk2
+ depends pygtk2 &&
+ depends vte
fi
diff --git a/cluster/ocfs2-tools/HISTORY b/cluster/ocfs2-tools/HISTORY
index 2ff640eabc..63ae75204a 100644
--- a/cluster/ocfs2-tools/HISTORY
+++ b/cluster/ocfs2-tools/HISTORY
@@ -1,2 +1,5 @@
+2006-07-12 Pol Vinogradov <vin.public@gmail.com>
+ * DEPENDS: added vte depends for GUI frontend
+
2006-07-11 Pol Vinogradov <vin.public@gmail.com>
* BUILD, CONFIGURE, DEPENDS, DETAILS, HISTORY: created spell