summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate
authorkergoth <kergoth>2003-01-23 21:12:03 (UTC)
committer kergoth <kergoth>2003-01-23 21:12:03 (UTC)
commit1c0f26086973140462d2e0a6612199d2f0d67f6f (patch) (unidiff)
treef36904fb7057e24b8d52904a120adabe712c1b36 /noncore/apps/tinykate
parent624bc894d71951a0d38151954d286f4641f3739f (diff)
downloadopie-1c0f26086973140462d2e0a6612199d2f0d67f6f.zip
opie-1c0f26086973140462d2e0a6612199d2f0d67f6f.tar.gz
opie-1c0f26086973140462d2e0a6612199d2f0d67f6f.tar.bz2
Make tinykate depend on libkate to ensure libkate becomes a makefile prerequisite of tinykate in the build.
Diffstat (limited to 'noncore/apps/tinykate') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/tinykate/config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/tinykate/config.in b/noncore/apps/tinykate/config.in
index b845744..b3dcf2e 100644
--- a/noncore/apps/tinykate/config.in
+++ b/noncore/apps/tinykate/config.in
@@ -1,6 +1,6 @@
1 config TINYKATE 1 config TINYKATE
2 boolean "tinykate" 2 boolean "tinykate"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && LIBKATE
5 5
6source "noncore/apps/tinykate/libkate/config.in" 6source "noncore/apps/tinykate/libkate/config.in"