-rw-r--r-- | noncore/games/minesweep/config.in | 4 | ||||
-rw-r--r-- | noncore/games/minesweep/main.cpp | 2 | ||||
-rw-r--r-- | noncore/games/minesweep/minesweep.pro | 2 | ||||
-rw-r--r-- | noncore/games/minesweep/opie-minesweep.control | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/noncore/games/minesweep/config.in b/noncore/games/minesweep/config.in index f7d28fa..2a2af23 100644 --- a/noncore/games/minesweep/config.in +++ b/noncore/games/minesweep/config.in @@ -1,4 +1,4 @@ - config MINESWEEP +2 config MINESWEEP boolean "opie-minesweep (find the mines)" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE diff --git a/noncore/games/minesweep/main.cpp b/noncore/games/minesweep/main.cpp index e187be5..f3070f5 100644 --- a/noncore/games/minesweep/main.cpp +++ b/noncore/games/minesweep/main.cpp @@ -20,7 +20,7 @@ #include "minesweep.h" -#include <opie/oapplicationfactory.h> +#include <opie2/oapplicationfactory.h> OPIE_EXPORT_APP( OApplicationFactory<MineSweep> ) diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro index 9746651..6977e73 100644 --- a/noncore/games/minesweep/minesweep.pro +++ b/noncore/games/minesweep/minesweep.pro @@ -6,7 +6,7 @@ SOURCES = main.cpp \ minesweep.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe +LIBS += -lqpe -lopiecore2 INTERFACES = TARGET = minesweep diff --git a/noncore/games/minesweep/opie-minesweep.control b/noncore/games/minesweep/opie-minesweep.control index 91343ea..6caa3c3 100644 --- a/noncore/games/minesweep/opie-minesweep.control +++ b/noncore/games/minesweep/opie-minesweep.control @@ -4,7 +4,7 @@ Priority: optional Section: opie/games Maintainer: Martin Imobersteg <imm@gmx.ch> Architecture: arm -Depends: task-opie-minimal +Depends: task-opie-minimal, libopiecore2 Description: Game: find the mines A game for the Opie environment. Version: $QPE_VERSION$EXTRAVERSION |