mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 00:19:20 +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
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=LibNSFB is a framebuffer abstraction library, written in C
|
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
|
endef
|
||||||
|
|
||||||
define Package/libnsfb/description
|
define Package/libnsfb/description
|
||||||
|
@ -23,6 +23,7 @@ define Package/tic-tac-toe
|
|||||||
SECTION:=games
|
SECTION:=games
|
||||||
CATEGORY:=Games
|
CATEGORY:=Games
|
||||||
TITLE:=Easy Tic-Tac-Toe game
|
TITLE:=Easy Tic-Tac-Toe game
|
||||||
|
DEPENDS:=+libsdl +libsdl-gfx
|
||||||
URL:=http://github.com/garretraziel/gomoku
|
URL:=http://github.com/garretraziel/gomoku
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user