author | kergoth <kergoth> | 2002-11-05 23:08:26 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-05 23:08:26 (UTC) |
commit | b14da9c14c5f1968fb4ba07c3fa0b3888e57ff2f (patch) (side-by-side diff) | |
tree | d0ffaccfdefb6728567dbe52c40e71e35e9137b4 | |
parent | ee76b2f93f1eea44530bf633ba2fa78a9273949d (diff) | |
download | opie-b14da9c14c5f1968fb4ba07c3fa0b3888e57ff2f.zip opie-b14da9c14c5f1968fb4ba07c3fa0b3888e57ff2f.tar.gz opie-b14da9c14c5f1968fb4ba07c3fa0b3888e57ff2f.tar.bz2 |
Correct depends
-rw-r--r-- | noncore/todayplugins/stockticker/stockticker/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/todayplugins/stockticker/stockticker/config.in b/noncore/todayplugins/stockticker/stockticker/config.in index 2f419ea..0518ebe 100644 --- a/noncore/todayplugins/stockticker/stockticker/config.in +++ b/noncore/todayplugins/stockticker/stockticker/config.in @@ -2,3 +2,3 @@ config TODAY_STOCKTICKERSUB boolean - depends TODAY_LIBSTOCKS && TODAY_STOCKTICKERLIB + depends TODAY_STOCKTICKERLIB default "y" if TODAY_STOCKTICKER |