projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7c69d9
)
package/libsigrok: explain why host-doxygen is needed
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Tue, 18 Feb 2020 19:06:03 +0000
(20:06 +0100)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/libsigrok/libsigrok.mk
b/package/libsigrok/libsigrok.mk
index 4c1f31ea6e49cff0a33bfb710a55f73005a53d6f..8e7c355fd0112599cdf82640729c17ee29400f1e 100644
(file)
--- a/
package/libsigrok/libsigrok.mk
+++ b/
package/libsigrok/libsigrok.mk
@@
-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 \