summaryrefslogtreecommitdiff
path: root/noncore
authordrw <drw>2004-03-02 21:26:29 (UTC)
committer drw <drw>2004-03-02 21:26:29 (UTC)
commitab5d00efb20540ff98c06d26496c19ea17bc0da8 (patch) (unidiff)
tree7355b583f0b2a80ffbb95da4554f3c34e80ebb27 /noncore
parentd610f13cba501b7a105f5105fcaa51a97dbd6364 (diff)
downloadopie-ab5d00efb20540ff98c06d26496c19ea17bc0da8.zip
opie-ab5d00efb20540ff98c06d26496c19ea17bc0da8.tar.gz
opie-ab5d00efb20540ff98c06d26496c19ea17bc0da8.tar.bz2
Backgammon: libopie -> libopie2
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/backgammon/backgammon.control2
-rw-r--r--noncore/games/backgammon/backgammon.pro2
-rw-r--r--noncore/games/backgammon/config.in2
-rw-r--r--noncore/games/backgammon/main.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/noncore/games/backgammon/backgammon.control b/noncore/games/backgammon/backgammon.control
index d78b547..bf66bff 100644
--- a/noncore/games/backgammon/backgammon.control
+++ b/noncore/games/backgammon/backgammon.control
@@ -4,7 +4,7 @@ Priority: optional
4Section: opie/games 4Section: opie/games
5Maintainer: Ralf Waspe <rwaspe@web.de> 5Maintainer: Ralf Waspe <rwaspe@web.de>
6Architecture: arm 6Architecture: arm
7Depends: task-opie-minimal 7Depends: task-opie-minimal, libopiecore2
8Description: Backgammon Game 8Description: Backgammon Game
9 A Backgammon game for the Opie environment. 9 A Backgammon game for the Opie environment.
10Version: $QPE_VERSION$EXTRAVERSION 10Version: $QPE_VERSION$EXTRAVERSION
diff --git a/noncore/games/backgammon/backgammon.pro b/noncore/games/backgammon/backgammon.pro
index 063d617..409cbb8 100644
--- a/noncore/games/backgammon/backgammon.pro
+++ b/noncore/games/backgammon/backgammon.pro
@@ -26,7 +26,7 @@ SOURCES = main.cpp \
26 TARGET = backgammon 26 TARGET = backgammon
27 INCLUDEPATH+= $(OPIEDIR)/include 27 INCLUDEPATH+= $(OPIEDIR)/include
28 DEPENDPATH+= $(OPIEDIR)/include 28 DEPENDPATH+= $(OPIEDIR)/include
29 LIBS += -lqpe -lstdc++ 29 LIBS += -lqpe -lopiecore2 -lstdc++
30 30
31 31
32include ( $(OPIEDIR)/include.pro ) 32include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/games/backgammon/config.in b/noncore/games/backgammon/config.in
index ee33655..a1cbd36 100644
--- a/noncore/games/backgammon/config.in
+++ b/noncore/games/backgammon/config.in
@@ -1,4 +1,4 @@
1 config BACKGAMMON 1 config BACKGAMMON
2 boolean "backgammon (Backgammon game)" 2 boolean "backgammon (Backgammon game)"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/games/backgammon/main.cpp b/noncore/games/backgammon/main.cpp
index 6316040..67e4a5b 100644
--- a/noncore/games/backgammon/main.cpp
+++ b/noncore/games/backgammon/main.cpp
@@ -1,6 +1,6 @@
1#include "backgammon.h" 1#include "backgammon.h"
2 2
3#include <opie/oapplicationfactory.h> 3#include <opie2/oapplicationfactory.h>
4 4
5OPIE_EXPORT_APP( OApplicationFactory<BackGammon> ) 5OPIE_EXPORT_APP( OApplicationFactory<BackGammon> )
6 6