From 039ba3c83a18540fd8ac788ac26821f8684db1f2 Mon Sep 17 00:00:00 2001 From: drw Date: Tue, 02 Mar 2004 23:03:06 +0000 Subject: TicTac: libopie -> libopie2 --- diff --git a/noncore/games/tictac/config.in b/noncore/games/tictac/config.in index a50a50f..65d1c06 100644 --- a/noncore/games/tictac/config.in +++ b/noncore/games/tictac/config.in @@ -1,4 +1,4 @@ config TICTAC boolean "opie-tictac (Tic Tac Toe, I have three in a row)" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE diff --git a/noncore/games/tictac/main.cpp b/noncore/games/tictac/main.cpp index 9aafe4c..b8193f7 100644 --- a/noncore/games/tictac/main.cpp +++ b/noncore/games/tictac/main.cpp @@ -6,7 +6,8 @@ ** *****************************************************************************/ -#include #include "tictac.h" +#include + OPIE_EXPORT_APP( OApplicationFactory ) diff --git a/noncore/games/tictac/opie-tictac.control b/noncore/games/tictac/opie-tictac.control index 0b124c9..cc97bec 100644 --- a/noncore/games/tictac/opie-tictac.control +++ b/noncore/games/tictac/opie-tictac.control @@ -4,6 +4,6 @@ Priority: optional Section: opie/games Maintainer: ljp Architecture: arm -Depends: task-opie-minimal +Depends: task-opie-minimal, libopiecore2 Description: Tic Tac Toe game. Version: $QPE_VERSION$EXTRAVERSION diff --git a/noncore/games/tictac/tictac.pro b/noncore/games/tictac/tictac.pro index 2967079..45eb515 100644 --- a/noncore/games/tictac/tictac.pro +++ b/noncore/games/tictac/tictac.pro @@ -4,7 +4,7 @@ SOURCES = main.cpp \ tictac.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe +LIBS += -lqpe -lopiecore2 TARGET = tictac -- cgit v0.9.0.2