Re: [PATCH 4/5] kconfig: refactor ncurses package checks for building mconf

2018-05-20 Thread Masahiro Yamada
2018-05-20 3:02 GMT+09:00 Randy Dunlap : > On 05/17/18 21:52, Masahiro Yamada wrote: >> The mconf (or its infrastructure, lxdiaglog) depends on ncurses. >> check-lxdialog.sh has additional checks in case pkg-config is not >> available. However, qconf and gconf already rely on pkg-config to >> chec

Re: [PATCH 4/5] kconfig: refactor ncurses package checks for building mconf

2018-05-19 Thread Randy Dunlap
On 05/17/18 21:52, Masahiro Yamada wrote: > The mconf (or its infrastructure, lxdiaglog) depends on ncurses. > check-lxdialog.sh has additional checks in case pkg-config is not > available. However, qconf and gconf already rely on pkg-config to > check necessary packages. For simplification, drop

[PATCH 4/5] kconfig: refactor ncurses package checks for building mconf

2018-05-17 Thread Masahiro Yamada
The mconf (or its infrastructure, lxdiaglog) depends on ncurses. check-lxdialog.sh has additional checks in case pkg-config is not available. However, qconf and gconf already rely on pkg-config to check necessary packages. For simplification, drop the fallback code from check-lxdialog.sh and move