author | kergoth <kergoth> | 2003-01-23 21:12:03 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-23 21:12:03 (UTC) |
commit | 1c0f26086973140462d2e0a6612199d2f0d67f6f (patch) (unidiff) | |
tree | f36904fb7057e24b8d52904a120adabe712c1b36 | |
parent | 624bc894d71951a0d38151954d286f4641f3739f (diff) | |
download | opie-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.
-rw-r--r-- | noncore/apps/tinykate/config.in | 2 |
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 | ||
6 | source "noncore/apps/tinykate/libkate/config.in" | 6 | source "noncore/apps/tinykate/libkate/config.in" |