menuselect: Various menuselect enhancements

* Add 'external' as a support level.
* Add ability for module directories to add entries to the menu
  by adding members to the <module_prefix>/<module_prefix>.xml file.
* Expand the description field to 3 lines in the ncurses implementation.
* Allow the description field to wrap in the newt implementation.
* Add description field to the gtk implementation.

Change-Id: I7f9600a1984a42ce0696db574c1051bc9ad7c808
This commit is contained in:
George Joseph
2016-07-24 17:27:26 -06:00
parent 616446fe24
commit b4c5dcad01
7 changed files with 55 additions and 32 deletions

View File

@@ -17,6 +17,10 @@
-include $(ASTTOPDIR)/makeopts
# Helpful functions
# call with $(call function,...)
tolower = $(shell echo $(1) | tr '[:upper:]' '[:lower:]')
.PHONY: dist-clean
# If 'make' decides to create intermediate files to satisfy a build requirement