pulseaudio: don't build man pages if not needed

No sense in building them if they are thrown away by target-finalize anyway.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2012-05-20 02:06:03 +02:00
parent fd4ee788f8
commit 7f2ce003bd
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ PULSEAUDIO_CONF_OPT = \
--localstatedir=/var \
--disable-default-build-tests \
--disable-legacy-runtime-dir \
--disable-legacy-database-entry-format
--disable-legacy-database-entry-format \
$(if $(BR2_HAVE_DOCUMENTATION),,--disable-manpages)
PULSEAUDIO_DEPENDENCIES = \
host-pkg-config libtool json-c libsndfile speex host-intltool \