[Buildroot] [PATCH 1/1] package/sigrok: explain why host-doxygen is needed

Fabrice Fontaine fontaine.fabrice at gmail.com
Tue Feb 18 19:03:39 UTC 2020


Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/libsigrok/libsigrok.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libsigrok/libsigrok.mk b/package/libsigrok/libsigrok.mk
index a02775d889..ec03c53e39 100644
--- a/package/libsigrok/libsigrok.mk
+++ b/package/libsigrok/libsigrok.mk
@@ -57,6 +57,7 @@ endif
 
 ifeq ($(BR2_PACKAGE_LIBSIGROKCXX),y)
 LIBSIGROK_CONF_OPTS += --enable-cxx
+# host-doxygen is used by C++ bindings to parse libsigrok symbols
 LIBSIGROK_DEPENDENCIES += \
 	glibmm \
 	host-doxygen \
-- 
2.25.0



More information about the buildroot mailing list