On Tue, Jan 7, 2014 at 2:05 PM, Geert-Johan Riemer
<[email protected]> wrote:
> I've added the depend statements as you said. This does work, but completely
> removes the entry's instead of greying them out. Someone searching for
> gccgo/libgo must now know it is required to enable gcc 4.7.x+ and eglibc
> before gccgo/libgo appears. Isn't there a better way to do it?

Menuconfig does not know "grayed out", it only knows visible (all
dependencies resolved and user exposed) or not. There is a command for
showing all options (even those with missing dependencies), but it is
far from obvious to find ('z' - I only know about it because I use
sometimes QWERTZ and sometimes QWERTY keyboards, so it sometimes
happens I hit 'z' when I wanted 'y' ;).

Also I would suggest depending on @!GCC_VERSION_4_6, so you don't need
to add 4.9 if it is released etc.


Jonas
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to