summaryrefslogtreecommitdiffstats
path: root/rules/libtheora.make
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.make
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.make')
-rw-r--r--rules/libtheora.make8
1 files changed, 8 insertions, 0 deletions
diff --git a/rules/libtheora.make b/rules/libtheora.make
index 5a3ccf74e..d03538067 100644
--- a/rules/libtheora.make
+++ b/rules/libtheora.make
@@ -61,6 +61,14 @@ LIBTHEORA_AUTOCONF := \
--disable-vorbistest \
--disable-sdltest
+ifndef PTXCONF_LIBTHEORA__DOC
+LIBTHEORA_AUTOCONF += \
+ ac_cv_prog_HAVE_DOXYGEN=false \
+ ac_cv_prog_HAVE_PDFLATEX=no \
+ ac_cv_prog_HAVE_BIBTEX=no \
+ ac_cv_prog_HAVE_TRANSFIG=no
+endif
+
ifdef PTXCONF_LIBTHEORA__OGG
LIBTHEORA_AUTOCONF += --enable-ogg
else