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