summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/stockticker
authorkergoth <kergoth>2003-01-16 18:58:35 (UTC)
committer kergoth <kergoth>2003-01-16 18:58:35 (UTC)
commit985e1ea8062718083b7582d737186e38401108e4 (patch) (side-by-side diff)
treee84c5310d730b308edfb9733e750e59eb9ae5bf4 /noncore/todayplugins/stockticker
parenta7f1a060dc863d682c9ae0f684dc3607d68f6040 (diff)
downloadopie-985e1ea8062718083b7582d737186e38401108e4.zip
opie-985e1ea8062718083b7582d737186e38401108e4.tar.gz
opie-985e1ea8062718083b7582d737186e38401108e4.tar.bz2
depends.. am testing make -j5 w/ new buildsystem, fast way to work out incorrect dependencies.
Diffstat (limited to 'noncore/todayplugins/stockticker') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/todayplugins/stockticker/config.in2
-rw-r--r--noncore/todayplugins/stockticker/stockticker/config.in1
-rw-r--r--noncore/todayplugins/stockticker/stocktickerlib/config.in1
3 files changed, 3 insertions, 1 deletions
diff --git a/noncore/todayplugins/stockticker/config.in b/noncore/todayplugins/stockticker/config.in
index 0186c44..2e8979f 100644
--- a/noncore/todayplugins/stockticker/config.in
+++ b/noncore/todayplugins/stockticker/config.in
@@ -1,7 +1,7 @@
config TODAY_STOCKTICKER
boolean "stockticker"
default "y"
- depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && TODAY
source noncore/todayplugins/stockticker/stockticker/config.in
source noncore/todayplugins/stockticker/stocktickerlib/config.in
diff --git a/noncore/todayplugins/stockticker/stockticker/config.in b/noncore/todayplugins/stockticker/stockticker/config.in
index 0518ebe..d9e0f1f 100644
--- a/noncore/todayplugins/stockticker/stockticker/config.in
+++ b/noncore/todayplugins/stockticker/stockticker/config.in
@@ -2,3 +2,4 @@ config TODAY_STOCKTICKERSUB
boolean
depends TODAY_STOCKTICKERLIB
default "y" if TODAY_STOCKTICKER
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && TODAY
diff --git a/noncore/todayplugins/stockticker/stocktickerlib/config.in b/noncore/todayplugins/stockticker/stocktickerlib/config.in
index 08f9ba8..b611104 100644
--- a/noncore/todayplugins/stockticker/stocktickerlib/config.in
+++ b/noncore/todayplugins/stockticker/stocktickerlib/config.in
@@ -1,3 +1,4 @@
config TODAY_STOCKTICKERLIB
boolean
default "y" if TODAY_STOCKTICKER
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && TODAY