mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
pulseaudio: enable optional building of manpages
(From OE-Core rev: c19315eb9c7a68679535efa100823c0e489c9df6) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f46fa07bb5
commit
98d3de8b49
@@ -13,7 +13,7 @@ DEPENDS = "libatomic-ops libsndfile1 libtool intltool-native"
|
||||
DEPENDS += "udev alsa-lib glib-2.0 gconf"
|
||||
DEPENDS += "json-c gdbm speexdsp libxml-parser-perl-native libcap"
|
||||
|
||||
inherit autotools bash-completion pkgconfig useradd gettext perlnative bluetooth systemd
|
||||
inherit autotools bash-completion pkgconfig useradd gettext perlnative bluetooth systemd manpages
|
||||
|
||||
# *.desktop rules wont be generated during configure and build will fail
|
||||
# if using --disable-nls
|
||||
@@ -62,6 +62,7 @@ PACKAGECONFIG[autospawn-for-root] = ",,,"
|
||||
PACKAGECONFIG[lirc] = "--enable-lirc,--disable-lirc,lirc"
|
||||
PACKAGECONFIG[webrtc] = "--enable-webrtc-aec,--disable-webrtc-aec,webrtc-audio-processing"
|
||||
PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
|
||||
PACKAGECONFIG[manpages] = "--enable-manpages, --disable-manpages, "
|
||||
|
||||
EXTRA_OECONF_append_arm = "${@bb.utils.contains("TUNE_FEATURES", "neon", "", " --enable-neon-opt=no", d)}"
|
||||
EXTRA_OECONF_append_armeb = "${@bb.utils.contains("TUNE_FEATURES", "neon", "", " --enable-neon-opt=no", d)}"
|
||||
|
||||
Reference in New Issue
Block a user