mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 07:23:30 +08:00
package/wireplumber: fix introspection build
introspection needs host-doxygen and host-python-lxml since the addition of the package in commitc9a3c10417
and2e5b13f970
../output-1/build/wireplumber-0.4.8/docs/meson.build:14:0: ERROR: python3 is missing modules: lxml Doxygen is required to build just the bare minimal (not the full documentation) since93c2e7d686
Fixes: - http://autobuild.buildroot.org/results/24c524d86a3e2e67305f698644be9b15d4562488 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
0e41f883b8
commit
3e1de2ef06
@ -17,7 +17,7 @@ WIREPLUMBER_CONF_OPTS = \
|
||||
-Dsystem-lua-version=
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
|
||||
WIREPLUMBER_DEPENDENCIES += gobject-introspection
|
||||
WIREPLUMBER_DEPENDENCIES += host-doxygen host-python-lxml gobject-introspection
|
||||
WIREPLUMBER_CONF_OPTS += -Dintrospection=enabled
|
||||
else
|
||||
WIREPLUMBER_CONF_OPTS += -Dintrospection=disabled
|
||||
|
Loading…
Reference in New Issue
Block a user