package/libsigrok: explain why host-doxygen is needed
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 18 Feb 2020 19:06:03 +0000 (20:06 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 18 Feb 2020 22:16:15 +0000 (23:16 +0100)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libsigrok/libsigrok.mk

index 4c1f31ea6e49cff0a33bfb710a55f73005a53d6f..8e7c355fd0112599cdf82640729c17ee29400f1e 100644 (file)
@@ -53,6 +53,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 \