author | kergoth <kergoth> | 2003-01-23 21:12:03 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-23 21:12:03 (UTC) |
commit | 1c0f26086973140462d2e0a6612199d2f0d67f6f (patch) (side-by-side diff) | |
tree | f36904fb7057e24b8d52904a120adabe712c1b36 /noncore | |
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 @@ config TINYKATE boolean "tinykate" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && LIBKATE source "noncore/apps/tinykate/libkate/config.in" |