author | drw <drw> | 2004-03-02 21:26:29 (UTC) |
---|---|---|
committer | drw <drw> | 2004-03-02 21:26:29 (UTC) |
commit | ab5d00efb20540ff98c06d26496c19ea17bc0da8 (patch) (unidiff) | |
tree | 7355b583f0b2a80ffbb95da4554f3c34e80ebb27 | |
parent | d610f13cba501b7a105f5105fcaa51a97dbd6364 (diff) | |
download | opie-ab5d00efb20540ff98c06d26496c19ea17bc0da8.zip opie-ab5d00efb20540ff98c06d26496c19ea17bc0da8.tar.gz opie-ab5d00efb20540ff98c06d26496c19ea17bc0da8.tar.bz2 |
Backgammon: libopie -> libopie2
-rw-r--r-- | noncore/games/backgammon/backgammon.control | 2 | ||||
-rw-r--r-- | noncore/games/backgammon/backgammon.pro | 2 | ||||
-rw-r--r-- | noncore/games/backgammon/config.in | 2 | ||||
-rw-r--r-- | noncore/games/backgammon/main.cpp | 2 |
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 | |||
@@ -6,3 +6,3 @@ Maintainer: Ralf Waspe <rwaspe@web.de> | |||
6 | Architecture: arm | 6 | Architecture: arm |
7 | Depends: task-opie-minimal | 7 | Depends: task-opie-minimal, libopiecore2 |
8 | Description: Backgammon Game | 8 | Description: Backgammon Game |
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 | |||
@@ -28,3 +28,3 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
28 | DEPENDPATH+= $(OPIEDIR)/include | 28 | DEPENDPATH+= $(OPIEDIR)/include |
29 | LIBS += -lqpe -lstdc++ | 29 | LIBS += -lqpe -lopiecore2 -lstdc++ |
30 | 30 | ||
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 | |||
@@ -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/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 | |||
@@ -2,3 +2,3 @@ | |||
2 | 2 | ||
3 | #include <opie/oapplicationfactory.h> | 3 | #include <opie2/oapplicationfactory.h> |
4 | 4 | ||