diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-12-29 04:42:32 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-12-29 22:42:38 +0100 |
commit | 961cc7a497b6d3eba422b6a05c442d864ab65a60 (patch) | |
tree | bd16dcea03d8b8e65b262ebe529a7831e61e918f | |
parent | 479262599a0a91b9539bcedfe17df6cc651772ea (diff) | |
download | buildroot-novena-961cc7a497b6d3eba422b6a05c442d864ab65a60.tar.gz buildroot-novena-961cc7a497b6d3eba422b6a05c442d864ab65a60.zip |
docs/manual: mention Java-related optional dependencies
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | docs/manual/prerequisite.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt index b8bc90648..21e46273d 100644 --- a/docs/manual/prerequisite.txt +++ b/docs/manual/prerequisite.txt @@ -74,5 +74,10 @@ development context (further details: refer to xref:download-infra[]). ** +qt4+ to use the 'xconfig' interface ** +glib2+, +gtk2+ and +glade2+ to use the 'gconfig' interface +* Java-related packages, if the Java Classpath needs to be built for + the target system: +** The +javac+ compiler +** The +jar+ tool + * Documentation generation tools: ** +asciidoc+ |