From f98648a75f6c5df1a5c16f5e024d367951adda70 Mon Sep 17 00:00:00 2001 From: drw Date: Tue, 02 Mar 2004 21:15:41 +0000 Subject: Snake: libopie -> libopie2 --- 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 @@ -1,4 +1,4 @@ config SNAKE boolean "opie-snake (control eating and growing snake)" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + 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 @@ -20,7 +20,7 @@ #include "interface.h" -#include +#include OPIE_EXPORT_APP( OApplicationFactory ) 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 @@ -4,7 +4,7 @@ Priority: optional Section: opie/games Maintainer: Martin Imobersteg Architecture: arm -Depends: task-opie-minimal +Depends: task-opie-minimal, libopiecore2 Description: Game: control the snake A game for the Opie environment. Version: $QPE_VERSION$EXTRAVERSION 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 @@ -4,7 +4,7 @@ SOURCES = snake.cpp target.cpp obstacle.cpp interface.cpp main.cpp TARGET = snake INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe +LIBS += -lqpe -lopiecore2 include ( $(OPIEDIR)/include.pro ) -- cgit v0.9.0.2