-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 @@ -3,2 +3,2 @@ default "y" - depends ( LIBQPE || LIBQPE-X11 ) + 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 @@ -23,7 +23,6 @@ - - -#include <opie/oapplicationfactory.h> #include "klines.h" +#include <opie2/oapplicationfactory.h> + 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 @@ -6,3 +6,3 @@ Maintainer: Holger 'Zecke' Freyther <zecke@handhelds.org> Architecture: arm -Depends: task-opie-minimal +Depends: task-opie-minimal, libopiecore2 Description: ZLines 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 @@ -4,3 +4,3 @@ SOURCES = ballpainter.cpp field.cpp klines.cpp main.cpp prompt.cpp cell.cpp lin TARGET = zlines -LIBS += -lqpe +LIBS += -lqpe -lopiecore2 INCLUDEPATH += $(OPIEDIR)/include/ |