Browse Source

dialog: Override ncurses config script

Without the override, systemwide ncurses6-config can be found instead
of ncurses5-config from staging.

Signed-off-by: Maarten ter Huurne <maarten@treewalker.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Maarten ter Huurne 11 năm trước cách đây
mục cha
commit
47e4c68f51
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      package/dialog/dialog.mk

+ 2 - 0
package/dialog/dialog.mk

@@ -17,4 +17,6 @@ ifneq ($(BR2_ENABLE_LOCALE),y)
 DIALOG_DEPENDENCIES += libiconv
 endif
 
+DIALOG_CONF_OPT += NCURSES_CONFIG=$(STAGING_DIR)/usr/bin/ncurses5-config
+
 $(eval $(autotools-package))