summaryrefslogtreecommitdiff
path: root/noncore
Unidiff
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/snake/config.in2
-rw-r--r--noncore/games/snake/main.cpp2
-rw-r--r--noncore/games/snake/opie-snake.control2
-rw-r--r--noncore/games/snake/snake.pro2
4 files changed, 4 insertions, 4 deletions
diff --git a/noncore/games/snake/config.in b/noncore/games/snake/config.in
index fb44b86..04c9c4d 100644
--- a/noncore/games/snake/config.in
+++ b/noncore/games/snake/config.in
@@ -3,2 +3,2 @@
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/games/snake/main.cpp b/noncore/games/snake/main.cpp
index 9a9b167..44f742f 100644
--- a/noncore/games/snake/main.cpp
+++ b/noncore/games/snake/main.cpp
@@ -22,3 +22,3 @@
22 22
23#include <opie/oapplicationfactory.h> 23#include <opie2/oapplicationfactory.h>
24 24
diff --git a/noncore/games/snake/opie-snake.control b/noncore/games/snake/opie-snake.control
index f110acd..625212b 100644
--- a/noncore/games/snake/opie-snake.control
+++ b/noncore/games/snake/opie-snake.control
@@ -6,3 +6,3 @@ Maintainer: Martin Imobersteg <imm@gmx.ch>
6Architecture: arm 6Architecture: arm
7Depends: task-opie-minimal 7Depends: task-opie-minimal, libopiecore2
8Description: Game: control the snake 8Description: Game: control the snake
diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro
index 2b7444c..e42cc66 100644
--- a/noncore/games/snake/snake.pro
+++ b/noncore/games/snake/snake.pro
@@ -6,3 +6,3 @@ INCLUDEPATH += $(OPIEDIR)/include
6 DEPENDPATH+= $(OPIEDIR)/include 6 DEPENDPATH+= $(OPIEDIR)/include
7LIBS += -lqpe 7LIBS += -lqpe -lopiecore2
8 8