瀏覽代碼

readline: needs host depend on ncurses to build

We must ensure that host ncurses is build before host readline.

Signed-off-by: Jan Kardell <[email protected]>
Jan Kardell 5 年之前
父節點
當前提交
ecef29b294
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      package/libs/readline/Makefile

+ 2 - 0
package/libs/readline/Makefile

@@ -25,6 +25,8 @@ PKG_INSTALL:=1
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/host-build.mk
 
+HOST_BUILD_DEPENDS:=ncurses/host
+
 define Package/libreadline
   SECTION:=libs
   CATEGORY:=Libraries