-rw-r--r-- | noncore/games/zlines/config.in | 2 | ||||
-rw-r--r-- | noncore/games/zlines/main.cpp | 5 | ||||
-rw-r--r-- | noncore/games/zlines/opie-zlines.control | 2 | ||||
-rw-r--r-- | noncore/games/zlines/zlines.pro | 2 |
4 files changed, 5 insertions, 6 deletions
diff --git a/noncore/games/zlines/config.in b/noncore/games/zlines/config.in index 521c013..5914114 100644 --- a/noncore/games/zlines/config.in +++ b/noncore/games/zlines/config.in | |||
@@ -2,3 +2,3 @@ | |||
2 | boolean "opie-zlines ()" | 2 | boolean "opie-zlines ()" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE |
diff --git a/noncore/games/zlines/main.cpp b/noncore/games/zlines/main.cpp index 238e7d3..d1709e4 100644 --- a/noncore/games/zlines/main.cpp +++ b/noncore/games/zlines/main.cpp | |||
@@ -22,8 +22,7 @@ | |||
22 | */ | 22 | */ |
23 | 23 | ||
24 | |||
25 | |||
26 | #include <opie/oapplicationfactory.h> | ||
27 | #include "klines.h" | 24 | #include "klines.h" |
28 | 25 | ||
26 | #include <opie2/oapplicationfactory.h> | ||
27 | |||
29 | OPIE_EXPORT_APP( OApplicationFactory<KLines> ) | 28 | OPIE_EXPORT_APP( OApplicationFactory<KLines> ) |
diff --git a/noncore/games/zlines/opie-zlines.control b/noncore/games/zlines/opie-zlines.control index 3ac00bf..1f5cd51 100644 --- a/noncore/games/zlines/opie-zlines.control +++ b/noncore/games/zlines/opie-zlines.control | |||
@@ -5,5 +5,5 @@ Section: opie/games | |||
5 | Maintainer: Holger 'Zecke' Freyther <zecke@handhelds.org> | 5 | Maintainer: Holger 'Zecke' Freyther <zecke@handhelds.org> |
6 | Architecture: arm | 6 | Architecture: arm |
7 | Depends: task-opie-minimal | 7 | Depends: task-opie-minimal, libopiecore2 |
8 | Description: ZLines | 8 | Description: ZLines |
9 | A game for the Opie environment. | 9 | A game for the Opie environment. |
diff --git a/noncore/games/zlines/zlines.pro b/noncore/games/zlines/zlines.pro index e3f8a29..79d78c6 100644 --- a/noncore/games/zlines/zlines.pro +++ b/noncore/games/zlines/zlines.pro | |||
@@ -3,5 +3,5 @@ HEADERS = ballpainter.h cfg.h linesboard.h prompt.h cell.h field.h klines.h mwi | |||
3 | SOURCES = ballpainter.cpp field.cpp klines.cpp main.cpp prompt.cpp cell.cpp linesboard.cpp mwidget.cpp | 3 | SOURCES = ballpainter.cpp field.cpp klines.cpp main.cpp prompt.cpp cell.cpp linesboard.cpp mwidget.cpp |
4 | TARGET = zlines | 4 | TARGET = zlines |
5 | LIBS += -lqpe | 5 | LIBS += -lqpe -lopiecore2 |
6 | INCLUDEPATH+= $(OPIEDIR)/include/ | 6 | INCLUDEPATH+= $(OPIEDIR)/include/ |
7 | DEPENDPATH+= $(OPIEDIR)/include/ | 7 | DEPENDPATH+= $(OPIEDIR)/include/ |