mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-07 10:27:42 +00: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 \
|
--localstatedir=/var \
|
||||||
--disable-default-build-tests \
|
--disable-default-build-tests \
|
||||||
--disable-legacy-runtime-dir \
|
--disable-legacy-runtime-dir \
|
||||||
--disable-legacy-database-entry-format
|
--disable-legacy-database-entry-format \
|
||||||
|
$(if $(BR2_HAVE_DOCUMENTATION),,--disable-manpages)
|
||||||
|
|
||||||
PULSEAUDIO_DEPENDENCIES = \
|
PULSEAUDIO_DEPENDENCIES = \
|
||||||
host-pkg-config libtool json-c libsndfile speex host-intltool \
|
host-pkg-config libtool json-c libsndfile speex host-intltool \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user