author | clem <clem> | 2004-10-17 16:37:58 (UTC) |
---|---|---|
committer | clem <clem> | 2004-10-17 16:37:58 (UTC) |
commit | 3f8e8d7d5b933f2a639d4284d7c7fbec2bee5199 (patch) (side-by-side diff) | |
tree | a1da7360d326daef05e611a6d22881c4450e5c44 /noncore | |
parent | 06fffb97be58c738176260bac17e3dfa6789e26e (diff) | |
download | opie-3f8e8d7d5b933f2a639d4284d7c7fbec2bee5199.zip opie-3f8e8d7d5b933f2a639d4284d7c7fbec2bee5199.tar.gz opie-3f8e8d7d5b933f2a639d4284d7c7fbec2bee5199.tar.bz2 |
fixed some more .pro / config.in dependencies discrepancies, that could break builds; for a few games, there was an unnecessary dep on LIBOPIE2CORE in some games too
-rw-r--r-- | noncore/applets/zkbapplet/config.in | 2 | ||||
-rw-r--r-- | noncore/apps/opie-reader/config.in | 2 | ||||
-rw-r--r-- | noncore/apps/qashmoney/config.in | 2 | ||||
-rw-r--r-- | noncore/games/kbill/config.in | 2 | ||||
-rw-r--r-- | noncore/games/mindbreaker/config.in | 2 | ||||
-rw-r--r-- | noncore/games/sfcave-sdl/config.in | 2 | ||||
-rw-r--r-- | noncore/games/sfcave/config.in | 2 | ||||
-rwxr-xr-x | noncore/games/solitaire/solitaire.pro | 2 | ||||
-rw-r--r-- | noncore/settings/tabmanager/config.in | 2 | ||||
-rw-r--r-- | noncore/todayplugins/stockticker/stocktickerlib/config.in | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/noncore/applets/zkbapplet/config.in b/noncore/applets/zkbapplet/config.in index b3d3fc5..1960e0b 100644 --- a/noncore/applets/zkbapplet/config.in +++ b/noncore/applets/zkbapplet/config.in @@ -1,4 +1,4 @@ config ZKBAPPLET boolean "zkbapplet (Switch hardware keyboard layout on the fly)" default "y" - depends ( LIBQPE || LIBQPE-X11 ) + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE diff --git a/noncore/apps/opie-reader/config.in b/noncore/apps/opie-reader/config.in index 241562e..9f80a93 100644 --- a/noncore/apps/opie-reader/config.in +++ b/noncore/apps/opie-reader/config.in @@ -1,4 +1,4 @@ config OPIE-READER boolean "opie-reader (E-Text reader)" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI diff --git a/noncore/apps/qashmoney/config.in b/noncore/apps/qashmoney/config.in index aeed298..094f845 100644 --- a/noncore/apps/qashmoney/config.in +++ b/noncore/apps/qashmoney/config.in @@ -1,4 +1,4 @@ config QASHMONEY boolean "opie-qashmoney (money manager)" default "n" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBSQLITE_DEP diff --git a/noncore/games/kbill/config.in b/noncore/games/kbill/config.in index a505e34..ba830a9 100644 --- a/noncore/games/kbill/config.in +++ b/noncore/games/kbill/config.in @@ -1,4 +1,4 @@ config KBILL boolean "opie-kbill (hit Bill before he can infect your network with a wannabe OS)" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE + depends ( LIBQPE || LIBQPE-X11 ) diff --git a/noncore/games/mindbreaker/config.in b/noncore/games/mindbreaker/config.in index e3c0812..b97a9e8 100644 --- a/noncore/games/mindbreaker/config.in +++ b/noncore/games/mindbreaker/config.in @@ -1,4 +1,4 @@ config MINDBREAKER boolean "opie-mindbreaker (crack the coloured code)" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE + depends ( LIBQPE || LIBQPE-X11 ) diff --git a/noncore/games/sfcave-sdl/config.in b/noncore/games/sfcave-sdl/config.in index 2b94679..62953f4 100644 --- a/noncore/games/sfcave-sdl/config.in +++ b/noncore/games/sfcave-sdl/config.in @@ -1,4 +1,4 @@ config SFCAVE-SDL boolean "sfcave-sdl (SDL version of this game, needs the proper libraries)" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBSDL_DEP + depends ( LIBQPE || LIBQPE-X11 ) && LIBSDL_DEP diff --git a/noncore/games/sfcave/config.in b/noncore/games/sfcave/config.in index e486276..cdd04ee 100644 --- a/noncore/games/sfcave/config.in +++ b/noncore/games/sfcave/config.in @@ -1,4 +1,4 @@ config SFCAVE boolean "opie-sfcave (fly the dot though the cave avoiding the walls)" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE + depends ( LIBQPE || LIBQPE-X11 ) diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro index d9f882d..9c653a7 100755 --- a/noncore/games/solitaire/solitaire.pro +++ b/noncore/games/solitaire/solitaire.pro @@ -13,8 +13,8 @@ SOURCES = canvascard.cpp canvasshapes.cpp cardgame.cpp cardgamelayout.cpp \ TARGET = patience INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe +LIBS += -lqpe -lopiecore2 include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/settings/tabmanager/config.in b/noncore/settings/tabmanager/config.in index 3d3a080..39b98be 100644 --- a/noncore/settings/tabmanager/config.in +++ b/noncore/settings/tabmanager/config.in @@ -1,4 +1,4 @@ config TABMANAGER boolean "opie-tabmanager (menu editor for the Opie taskbar)" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE diff --git a/noncore/todayplugins/stockticker/stocktickerlib/config.in b/noncore/todayplugins/stockticker/stocktickerlib/config.in index 7dbe03a..af71cad 100644 --- a/noncore/todayplugins/stockticker/stocktickerlib/config.in +++ b/noncore/todayplugins/stockticker/stocktickerlib/config.in @@ -1,4 +1,4 @@ config TODAY_STOCKTICKERLIB boolean default "y" if TODAY_STOCKTICKER - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2PIM && TODAY + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2PIM && TODAY && LIBQTAUX |