diff --git a/gnuchess/Makefile b/gnuchess/Makefile index 86a60eb..4e8fb0e 100644 --- a/gnuchess/Makefile +++ b/gnuchess/Makefile @@ -21,6 +21,7 @@ define Package/gnuchess SECTION:=games CATEGORY:=Games URL:=http://www.gnu.org/software/chess/chess.html + DEPENDS:=+libncurses +libpthread +libreadline endef PKG_BUILD_DIR:=$(BUILD_DIR)/gnuchess-$(PKG_VERSION)