summaryrefslogtreecommitdiff
path: root/noncore/games
Side-by-side diff
Diffstat (limited to 'noncore/games') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/kcheckers/config.in2
-rw-r--r--noncore/games/kcheckers/kcheckers.pro4
-rw-r--r--noncore/games/kcheckers/main.cpp3
-rw-r--r--noncore/games/kcheckers/opie-kcheckers.control2
4 files changed, 6 insertions, 5 deletions
diff --git a/noncore/games/kcheckers/config.in b/noncore/games/kcheckers/config.in
index 23c36f2..6c84259 100644
--- a/noncore/games/kcheckers/config.in
+++ b/noncore/games/kcheckers/config.in
@@ -1,4 +1,4 @@
config KCHECKERS
boolean "opie-kcheckers (the game of Checkers)"
default "y"
- depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/games/kcheckers/kcheckers.pro b/noncore/games/kcheckers/kcheckers.pro
index 0d417bf..d7a2d31 100644
--- a/noncore/games/kcheckers/kcheckers.pro
+++ b/noncore/games/kcheckers/kcheckers.pro
@@ -10,9 +10,9 @@ SOURCES = checkers.cpp \
kcheckers.cpp \
main.cpp \
rcheckers.cpp
-INTERFACES =
+INTERFACES =
INCLUDEPATH += $(OPIEDIR)/include
-LIBS += -lqpe
+LIBS += -lqpe -lopiecore2
TARGET = kcheckers
diff --git a/noncore/games/kcheckers/main.cpp b/noncore/games/kcheckers/main.cpp
index e22dbcc..79b5ac7 100644
--- a/noncore/games/kcheckers/main.cpp
+++ b/noncore/games/kcheckers/main.cpp
@@ -1,7 +1,8 @@
#include "kcheckers.h"
-#include <opie/oapplicationfactory.h>
+
+#include <opie2/oapplicationfactory.h>
OPIE_EXPORT_APP( OApplicationFactory<KCheckers> )
diff --git a/noncore/games/kcheckers/opie-kcheckers.control b/noncore/games/kcheckers/opie-kcheckers.control
index 71f83af..5bd03ae 100644
--- a/noncore/games/kcheckers/opie-kcheckers.control
+++ b/noncore/games/kcheckers/opie-kcheckers.control
@@ -5,6 +5,6 @@ Section: opie/games
Maintainer: leseb <prudhomme@laposte.net>
Architecture: arm
Version: 0.3-$SUB_VERSION
-Depends: task-opie-minimal
+Depends: task-opie-minimal, libopiecore2
Description: The game of Checkers
A game for the Opie environment.