summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2007-06-10 17:48:30 +0200
committerEric Sandall2007-06-11 09:54:13 -0700
commitf0339850a91e657bc07fe868ae8afb9528bf71a0 (patch)
treeda08f09f231abb1273c35bf4f1235771181e8d80
parentee9b4444384384426ad2d26e22b73fe5f568c272 (diff)
ghasher: added missing dep
-rwxr-xr-xutils/ghasher/DEPENDS3
-rw-r--r--utils/ghasher/HISTORY1
2 files changed, 3 insertions, 1 deletions
diff --git a/utils/ghasher/DEPENDS b/utils/ghasher/DEPENDS
index b6575f3191..ebf63ccc56 100755
--- a/utils/ghasher/DEPENDS
+++ b/utils/ghasher/DEPENDS
@@ -1,2 +1,3 @@
depends openssl &&
-depends gtk+2 \ No newline at end of file
+depends gtk+2 &&
+depends libglade2
diff --git a/utils/ghasher/HISTORY b/utils/ghasher/HISTORY
index 85f686453e..666da34561 100644
--- a/utils/ghasher/HISTORY
+++ b/utils/ghasher/HISTORY
@@ -3,6 +3,7 @@
fixed WEB_SITE
updated spell to 1.2.1
updated DEVEL=y to 1.2.1
+ * DEPENDS: added libglade2
* BUILD: mkdir to fix #11377, added INSTALL_ROOT support
2006-10-03 Juuso Alasuutari <iuso@sourcemage.org>