summaryrefslogtreecommitdiff
path: root/noncore
Side-by-side diff
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/go/config.in2
-rw-r--r--noncore/games/go/go.pro2
-rw-r--r--noncore/games/go/main.cpp2
-rw-r--r--noncore/games/go/opie-go.control2
4 files changed, 4 insertions, 4 deletions
diff --git a/noncore/games/go/config.in b/noncore/games/go/config.in
index ad0800e..e5cfd87 100644
--- a/noncore/games/go/config.in
+++ b/noncore/games/go/config.in
@@ -2,3 +2,3 @@
boolean "opie-go (the asian game of Go)"
default "y"
- depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro
index f6c6a54..befb67b 100644
--- a/noncore/games/go/go.pro
+++ b/noncore/games/go/go.pro
@@ -12,5 +12,5 @@ SOURCES = amigo.c \
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lqpe
+LIBS += -lqpe -lopiecore2
TARGET = go
diff --git a/noncore/games/go/main.cpp b/noncore/games/go/main.cpp
index 66f34ab..46817d1 100644
--- a/noncore/games/go/main.cpp
+++ b/noncore/games/go/main.cpp
@@ -22,5 +22,5 @@
-#include <opie/oapplicationfactory.h>
+#include <opie2/oapplicationfactory.h>
OPIE_EXPORT_APP( OApplicationFactory<GoMainWidget> )
diff --git a/noncore/games/go/opie-go.control b/noncore/games/go/opie-go.control
index 95b319e..943470d 100644
--- a/noncore/games/go/opie-go.control
+++ b/noncore/games/go/opie-go.control
@@ -5,5 +5,5 @@ Section: opie/games
Maintainer: Warwick Allison <warwick@trolltech.com>
Architecture: arm
-Depends: task-opie-minimal
+Depends: task-opie-minimal, libopiecore2
Description: The game of Go
A game for the Opie environment.