mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
dialog: fixup ncurses config script
Point the build to the proper ncurses config script by using $(NCURSES_CONFIG_SCRIPTS) from the ncurses package directly. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
a836001324
commit
d365364fa5
@ -17,6 +17,6 @@ ifneq ($(BR2_ENABLE_LOCALE),y)
|
|||||||
DIALOG_DEPENDENCIES += libiconv
|
DIALOG_DEPENDENCIES += libiconv
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DIALOG_CONF_OPT += NCURSES_CONFIG=$(STAGING_DIR)/usr/bin/ncurses5-config
|
DIALOG_CONF_OPT += NCURSES_CONFIG=$(STAGING_DIR)/usr/bin/$(NCURSES_CONFIG_SCRIPTS)
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user