author | kergoth <kergoth> | 2002-11-05 23:07:45 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-05 23:07:45 (UTC) |
commit | ee76b2f93f1eea44530bf633ba2fa78a9273949d (patch) (side-by-side diff) | |
tree | 8b14b453842c687e9841b78865ca3758a997e6df /noncore | |
parent | d938bdeeb9ed88d094ed272e35bd918591ab5d20 (diff) | |
download | opie-ee76b2f93f1eea44530bf633ba2fa78a9273949d.zip opie-ee76b2f93f1eea44530bf633ba2fa78a9273949d.tar.gz opie-ee76b2f93f1eea44530bf633ba2fa78a9273949d.tar.bz2 |
libstocks isnt used
-rw-r--r-- | noncore/todayplugins/stockticker/config.in | 1 | ||||
-rw-r--r-- | noncore/todayplugins/stockticker/stockticker/config.in | 11 | ||||
-rw-r--r-- | noncore/todayplugins/stockticker/stocktickerlib/config.in | 7 |
3 files changed, 8 insertions, 11 deletions
diff --git a/noncore/todayplugins/stockticker/config.in b/noncore/todayplugins/stockticker/config.in index 7898f78..e9ee1b7 100644 --- a/noncore/todayplugins/stockticker/config.in +++ b/noncore/todayplugins/stockticker/config.in @@ -4,6 +4,7 @@ menu "stockticker" boolean "stockticker" default "y" depends LIBQPE && LIBOPIE + source noncore/todayplugins/stockticker/stockticker/config.in source noncore/todayplugins/stockticker/stocktickerlib/config.in endmenu diff --git a/noncore/todayplugins/stockticker/stockticker/config.in b/noncore/todayplugins/stockticker/stockticker/config.in index fd5efbc..2f419ea 100644 --- a/noncore/todayplugins/stockticker/stockticker/config.in +++ b/noncore/todayplugins/stockticker/stockticker/config.in @@ -1,7 +1,4 @@ -menu "stockticker" - - config TODAY_STOCKTICKERLIB - boolean "stockticker" - default "y" - depends LIBQPE && LIBOPIE -endmenu +config TODAY_STOCKTICKERSUB + boolean + depends TODAY_LIBSTOCKS && TODAY_STOCKTICKERLIB + default "y" if TODAY_STOCKTICKER diff --git a/noncore/todayplugins/stockticker/stocktickerlib/config.in b/noncore/todayplugins/stockticker/stocktickerlib/config.in index 7478c39..08f9ba8 100644 --- a/noncore/todayplugins/stockticker/stocktickerlib/config.in +++ b/noncore/todayplugins/stockticker/stocktickerlib/config.in @@ -1,4 +1,3 @@ - config TODAY_STOCKTICKERLIB - boolean "stocktickerlib" - default "y" - depends LIBQPE && LIBOPIE +config TODAY_STOCKTICKERLIB + boolean + default "y" if TODAY_STOCKTICKER |