mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-29 00:13:30 +08:00
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:
parent
fd4ee788f8
commit
7f2ce003bd
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user