summaryrefslogtreecommitdiffstats
path: root/rules/libtheora.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2009-01-13 12:31:56 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2009-01-13 12:31:56 +0000
commit63c726023b7422cc01218836d77debc7aa1e42c4 (patch)
tree6d7e3308e34dc05cda8c1375515e0e42a90bda53 /rules/libtheora.in
parent13378d8bcea57ae811197f9ace93a41fc082b36d (diff)
downloadptxdist-63c726023b7422cc01218836d77debc7aa1e42c4.tar.gz
ptxdist-63c726023b7422cc01218836d77debc7aa1e42c4.tar.xz
* libtheora: Build documentation on demand only
- avoid guessing what documentation should be build - speed up building for the most cases where nobody wants documentation git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9532 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libtheora.in')
-rw-r--r--rules/libtheora.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/rules/libtheora.in b/rules/libtheora.in
index f51f8328f..ab8c7297d 100644
--- a/rules/libtheora.in
+++ b/rules/libtheora.in
@@ -37,5 +37,12 @@ if LIBTHEORA
bool
prompt "encoding support"
-endif
+ config LIBTHEORA__DOC
+ bool
+ prompt "build documentation"
+ help
+ To build the documentation and the API description you must
+ have pdflatex, transfig, bibtex or doxygen be present on
+ your host.
+endif