author | kergoth <kergoth> | 2003-01-23 21:47:30 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-23 21:47:30 (UTC) |
commit | bd91bd009b88ce6ac4d6d542490b24c7f8ee6d61 (patch) (side-by-side diff) | |
tree | ae1d1e04bcf06d136eb3dbfea1e727d1f9e42901 | |
parent | 1c0f26086973140462d2e0a6612199d2f0d67f6f (diff) | |
download | opie-bd91bd009b88ce6ac4d6d542490b24c7f8ee6d61.zip opie-bd91bd009b88ce6ac4d6d542490b24c7f8ee6d61.tar.gz opie-bd91bd009b88ce6ac4d6d542490b24c7f8ee6d61.tar.bz2 |
oops.. fixed incorrect depends
-rw-r--r-- | noncore/apps/tinykate/libkate/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/tinykate/libkate/config.in b/noncore/apps/tinykate/libkate/config.in index 9145281..47d7ef5 100644 --- a/noncore/apps/tinykate/libkate/config.in +++ b/noncore/apps/tinykate/libkate/config.in @@ -1,4 +1,4 @@ config LIBKATE boolean "libkate" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && TINYKATE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |