summaryrefslogtreecommitdiff
path: root/noncore/games/bounce
Unidiff
Diffstat (limited to 'noncore/games/bounce') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/bounce/bounce.pro2
-rw-r--r--noncore/games/bounce/config.in2
-rw-r--r--noncore/games/bounce/main.cpp3
-rw-r--r--noncore/games/bounce/opie-bounce.control2
4 files changed, 5 insertions, 4 deletions
diff --git a/noncore/games/bounce/bounce.pro b/noncore/games/bounce/bounce.pro
index 75e4a6b..3892b4b 100644
--- a/noncore/games/bounce/bounce.pro
+++ b/noncore/games/bounce/bounce.pro
@@ -5,5 +5,5 @@ SOURCES = game.cpp kbounce.cpp main.cpp
5 INCLUDEPATH+= $(OPIEDIR)/include 5 INCLUDEPATH+= $(OPIEDIR)/include
6 DEPENDPATH+= $(OPIEDIR)/include 6 DEPENDPATH+= $(OPIEDIR)/include
7LIBS += -lqpe 7LIBS += -lqpe -lopiecore2
8 TARGET = bounce 8 TARGET = bounce
9 9
diff --git a/noncore/games/bounce/config.in b/noncore/games/bounce/config.in
index 91edc92..727c6df 100644
--- a/noncore/games/bounce/config.in
+++ b/noncore/games/bounce/config.in
@@ -2,3 +2,3 @@
2 boolean "opie-bounce (a JezzGame like game)" 2 boolean "opie-bounce (a JezzGame like game)"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/games/bounce/main.cpp b/noncore/games/bounce/main.cpp
index a070c4b..eb8d561 100644
--- a/noncore/games/bounce/main.cpp
+++ b/noncore/games/bounce/main.cpp
@@ -18,5 +18,6 @@
18 18
19#include "kbounce.h" 19#include "kbounce.h"
20#include <opie/oapplicationfactory.h> 20
21#include <opie2/oapplicationfactory.h>
21 22
22OPIE_EXPORT_APP( OApplicationFactory<KJezzball> ) 23OPIE_EXPORT_APP( OApplicationFactory<KJezzball> )
diff --git a/noncore/games/bounce/opie-bounce.control b/noncore/games/bounce/opie-bounce.control
index bfe85d3..dfd1bf0 100644
--- a/noncore/games/bounce/opie-bounce.control
+++ b/noncore/games/bounce/opie-bounce.control
@@ -2,5 +2,5 @@ Package: opie-bounce
2Files: plugins/application/libbounce.so* bin/bounce apps/Games/bounce.desktop pics/bounce/*.png 2Files: plugins/application/libbounce.so* bin/bounce apps/Games/bounce.desktop pics/bounce/*.png
3Version: 0.6-$SUB_VERSION 3Version: 0.6-$SUB_VERSION
4Depends: task-opie-minimal 4Depends: task-opie-minimal, libopiecore2
5Priority: optional 5Priority: optional
6Section: opie/games 6Section: opie/games