summaryrefslogtreecommitdiff
path: root/noncore/games/tetrix
authordrw <drw>2004-03-02 23:00:57 (UTC)
committer drw <drw>2004-03-02 23:00:57 (UTC)
commitb6124a8140534aa1c0fb56fa5ee314fc4b80b6a5 (patch) (side-by-side diff)
tree9e70b351d065b2883ca83bfb3b534f9eca8eccfe /noncore/games/tetrix
parent9ffe8155d3cf0d72126b7420a8fee66d6f62e2c7 (diff)
downloadopie-b6124a8140534aa1c0fb56fa5ee314fc4b80b6a5.zip
opie-b6124a8140534aa1c0fb56fa5ee314fc4b80b6a5.tar.gz
opie-b6124a8140534aa1c0fb56fa5ee314fc4b80b6a5.tar.bz2
Tetrix: libopie -> libopie2
Diffstat (limited to 'noncore/games/tetrix') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/tetrix/config.in2
-rw-r--r--noncore/games/tetrix/main.cpp2
-rw-r--r--noncore/games/tetrix/opie-tetrix.control2
-rw-r--r--noncore/games/tetrix/tetrix.pro4
4 files changed, 5 insertions, 5 deletions
diff --git a/noncore/games/tetrix/config.in b/noncore/games/tetrix/config.in
index d7a7b4b..68c3f24 100644
--- a/noncore/games/tetrix/config.in
+++ b/noncore/games/tetrix/config.in
@@ -1,4 +1,4 @@
config TETRIX
boolean "opie-tetrix (control the falling blocks)"
default "y"
- depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/games/tetrix/main.cpp b/noncore/games/tetrix/main.cpp
index bf1242f..147d13d 100644
--- a/noncore/games/tetrix/main.cpp
+++ b/noncore/games/tetrix/main.cpp
@@ -21,7 +21,7 @@
#include "qtetrix.h"
-#include <opie/oapplicationfactory.h>
+#include <opie2/oapplicationfactory.h>
OPIE_EXPORT_APP( OApplicationFactory<QTetrix> )
diff --git a/noncore/games/tetrix/opie-tetrix.control b/noncore/games/tetrix/opie-tetrix.control
index b1e0bcf..fd21412 100644
--- a/noncore/games/tetrix/opie-tetrix.control
+++ b/noncore/games/tetrix/opie-tetrix.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: Game: control falling blocks
A game for the Opie environment.
Version: $QPE_VERSION$EXTRAVERSION
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro
index 3b95c84..4e461d8 100644
--- a/noncore/games/tetrix/tetrix.pro
+++ b/noncore/games/tetrix/tetrix.pro
@@ -12,8 +12,8 @@ SOURCES = main.cpp \
ohighscoredlg.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lqpe -lstdc++
-INTERFACES =
+LIBS += -lqpe -lopiecore2 -lstdc++
+INTERFACES =
TARGET = tetrix