-rw-r--r-- | noncore/games/fifteen/config.in | 2 | ||||
-rw-r--r-- | noncore/games/fifteen/fifteen.pro | 2 | ||||
-rw-r--r-- | noncore/games/fifteen/main.cpp | 2 | ||||
-rw-r--r-- | noncore/games/fifteen/opie-fifteen.control | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/noncore/games/fifteen/config.in b/noncore/games/fifteen/config.in index b68f8e3..2736d93 100644 --- a/noncore/games/fifteen/config.in +++ b/noncore/games/fifteen/config.in @@ -1,4 +1,4 @@ config FIFTEEN boolean "opie-fifteen (sort fifteen pieces game)" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro index 14ea3c9..6f90524 100644 --- a/noncore/games/fifteen/fifteen.pro +++ b/noncore/games/fifteen/fifteen.pro @@ -4,7 +4,7 @@ SOURCES = fifteen.cpp \ main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe +LIBS += -lqpe -lopiecore2 TARGET = fifteen include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/games/fifteen/main.cpp b/noncore/games/fifteen/main.cpp index 74a7368..ed74a47 100644 --- a/noncore/games/fifteen/main.cpp +++ b/noncore/games/fifteen/main.cpp @@ -17,7 +17,7 @@ #include "fifteen.h" -#include <opie/oapplicationfactory.h> +#include <opie2/oapplicationfactory.h> OPIE_EXPORT_APP( OApplicationFactory<FifteenMainWindow> ) diff --git a/noncore/games/fifteen/opie-fifteen.control b/noncore/games/fifteen/opie-fifteen.control index a6e8314..939ab6f 100644 --- a/noncore/games/fifteen/opie-fifteen.control +++ b/noncore/games/fifteen/opie-fifteen.control @@ -5,7 +5,7 @@ Section: opie/games Maintainer: Martin Imobersteg <imm@gmx.ch> Architecture: arm Arch: iPAQ -Depends: task-opie-minimal +Depends: task-opie-minimal, libopiecore2 Description: Fifteen pieces game A game for the Opie environment. Version: $QPE_VERSION$EXTRAVERSION |