mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 00:44:03 +02:00
libnsfb and tic-tac-toe: fix missing dependencies
This commit is contained in:
parent
e1621137d0
commit
861d3a298b
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user