libnsfb and tic-tac-toe: fix missing dependencies

This commit is contained in:
kyak 2011-02-26 18:57:53 +03:00
parent e1621137d0
commit 861d3a298b
2 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,8 @@ define Package/libnsfb
SECTION:=libs
CATEGORY:=Libraries
TITLE:=LibNSFB is a framebuffer abstraction library, written in C
URL:=http://www.netsurf-browser.org/projects/libcss/
DEPENDS:=+libsdl
URL:=http://www.netsurf-browser.org/projects/libnsfb/
endef
define Package/libnsfb/description

View File

@ -23,6 +23,7 @@ define Package/tic-tac-toe
SECTION:=games
CATEGORY:=Games
TITLE:=Easy Tic-Tac-Toe game
DEPENDS:=+libsdl +libsdl-gfx
URL:=http://github.com/garretraziel/gomoku
endef