On Tue, Apr 1, 2014 at 3:11 AM, Mike Crowe <[email protected]> wrote: > It seems to be possible to disable building the "CursesDialog" component to > remove the need for ncurses but I couldn't immediately see how to do that > for a bootstrap build. > > The non-native cmake recipe depends on ncurses even though it passes > -DBUILD_CursesDialog=0.
you need to disable it completely in CMakefile.txt, just that define does not suffice you might try something like http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-util/cmake/files/cmake-2.8.10-libform.patch?diff_format=f&view=markup -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
