From 861d3a298bf2c1002cb923667bff6f9dab01294d Mon Sep 17 00:00:00 2001 From: kyak Date: Sat, 26 Feb 2011 18:57:53 +0300 Subject: [PATCH] libnsfb and tic-tac-toe: fix missing dependencies --- libnsfb/Makefile | 3 ++- tic-tac-toe/Makefile | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/libnsfb/Makefile b/libnsfb/Makefile index 3dbdac3..f8705aa 100644 --- a/libnsfb/Makefile +++ b/libnsfb/Makefile @@ -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 diff --git a/tic-tac-toe/Makefile b/tic-tac-toe/Makefile index 5af0a54..22c06ee 100644 --- a/tic-tac-toe/Makefile +++ b/tic-tac-toe/Makefile @@ -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