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 | |
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 | ||||
-rw-r--r-- | packages | 3 |
4 files changed, 9 insertions, 13 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 @@ -1,9 +1,10 @@ menu "stockticker" config TODAY_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 @@ -116,45 +116,44 @@ CONFIG_OPIE-SH noncore/tools/opie-sh opie-sh.pro CONFIG_OPIE-SHEET noncore/apps/opie-sheet opie-sheet.pro CONFIG_OPIEFTP noncore/net/opieftp opieftp.pro CONFIG_OPIEIRC noncore/net/opieirc opieirc.pro CONFIG_OPIEPLAYER core/multimedia/opieplayer opieplayer.pro CONFIG_OXYGEN noncore/apps/oxygen oxygen.pro CONFIG_PARASHOOT noncore/games/parashoot parashoot.pro CONFIG_PICKBOARD inputmethods/pickboard pickboard.pro CONFIG_QASTEROIDS noncore/games/qasteroids qasteroids.pro CONFIG_QCOP core/apps/qcop qcop.pro CONFIG_QPDF noncore/graphics/qpdf qpdf.pro CONFIG_REMOTE noncore/tools/remote remote.pro CONFIG_ROTATION noncore/settings/rotation rotation.pro CONFIG_SCREENSHOTAPPLET core/applets/screenshotapplet screenshotapplet.pro CONFIG_SECURITY core/settings/security security.pro CONFIG_SHOWIMG noncore/multimedia/showimg showimg.pro CONFIG_SINGLE single single.pro CONFIG_SNAKE noncore/games/snake snake.pro CONFIG_SOLITAIRE noncore/games/solitaire solitaire.pro CONFIG_SOUND noncore/settings/sound sound.pro CONFIG_SSHKEYS noncore/settings/sshkeys sshkeys.pro CONFIG_SUSPENDAPPLET core/applets/suspendapplet suspendapplet.pro CONFIG_SYSINFO noncore/apps/sysinfo sysinfo.pro CONFIG_TABLEVIEWER noncore/apps/tableviewer tableviewer.pro CONFIG_TABMANAGER noncore/settings/tabmanager tabmanager.pro CONFIG_TETRIX noncore/games/tetrix tetrix.pro CONFIG_TEXTEDIT core/apps/textedit textedit.pro CONFIG_THEME noncore/styles/theme theme.pro CONFIG_TICTAC noncore/games/tictac tictac.pro CONFIG_TODAY core/pim/today today.pro CONFIG_TODAY_DATEBOOK core/pim/today/plugins/datebook datebook.pro CONFIG_TODAY_FORTUNE noncore/todayplugins/fortune fortune.pro CONFIG_TODAY_MAIL core/pim/today/plugins/mail mail.pro -CONFIG_TODAY_STOCKTICKER noncore/todayplugins/stockticker stockticker.pro +CONFIG_TODAY_STOCKTICKER noncore/todayplugins/stockticker/stockticker stockticker.pro CONFIG_TODAY_STOCKTICKERLIB noncore/todayplugins/stockticker/stocktickerlib stocktickerlib.pro -CONFIG_TODAY_STOCKTICKERSUB noncore/todayplugins/stockticker/stockticker stockticker.pro CONFIG_TODAY_TODOLIST core/pim/today/plugins/todolist todolist.pro CONFIG_TODO core/pim/todo todo.pro CONFIG_UNIKEYBOARD inputmethods/unikeyboard unikeyboard.pro CONFIG_USERMANAGER noncore/settings/usermanager usermanager.pro CONFIG_VMEMO core/applets/vmemo vmemo.pro CONFIG_VOLUMEAPPLET core/applets/volumeapplet volumeapplet.pro CONFIG_WAVPLUGIN core/multimedia/opieplayer/wavplugin wavplugin.pro CONFIG_WIRELESSAPPLET noncore/applets/wirelessapplet wirelessapplet.pro CONFIG_WLAN noncore/net/networksetup/wlan wlan.pro CONFIG_WORDGAME noncore/games/wordgame wordgame.pro |