How to generate all libs for ncurses (libmenu, libpanel and libform)

Hello,

I would like to use ncurses in one application, but I see that only libncurses is generate in the qt4e-demo-image. There is a way to generate the other libs to?

Regards.

The libraries libmenu, libpanel and libform are all built by one recipe (the ncourses recipe) but are packaged in separate packages ncurses-libmenu ncurses-libpanel and ncurses-libform.

Try adding this to your local conf:

IMAGE_INSTALL_append = " ncurses-libmenu ncurses-libpanel ncurses-libform"