From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 2/3] libsigrok: add host-doxygen dependency for C++ bindings
Date: Fri, 10 Apr 2015 11:49:58 +0200 [thread overview]
Message-ID: <1428659399-28620-3-git-send-email-bgolaszewski@baylibre.com> (raw)
In-Reply-To: <1428659399-28620-1-git-send-email-bgolaszewski@baylibre.com>
Doxygen is required to generate xml files required by libsigrokcxx
build system.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
---
package/libsigrok/libsigrok.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libsigrok/libsigrok.mk b/package/libsigrok/libsigrok.mk
index 1e6080d..4309480 100644
--- a/package/libsigrok/libsigrok.mk
+++ b/package/libsigrok/libsigrok.mk
@@ -48,7 +48,7 @@ endif
ifeq ($(BR2_PACKAGE_LIBSIGROKCXX),y)
LIBSIGROK_CONF_OPTS += --enable-cxx
-LIBSIGROK_DEPENDENCIES += host-autoconf-archive glibmm
+LIBSIGROK_DEPENDENCIES += host-autoconf-archive glibmm host-doxygen
else
LIBSIGROK_CONF_OPTS += --disable-cxx
endif
--
2.1.4
next prev parent reply other threads:[~2015-04-10 9:49 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-10 9:49 [Buildroot] [PATCH v3 0/3] fix pulseview build failures Bartosz Golaszewski
2015-04-10 9:49 ` [Buildroot] [PATCH v3 1/3] doxygen: new package Bartosz Golaszewski
2015-04-12 16:55 ` Thomas Petazzoni
2015-04-13 10:31 ` Bartosz Golaszewski
2015-04-13 11:27 ` Thomas Petazzoni
2015-04-10 9:49 ` Bartosz Golaszewski [this message]
2015-04-12 16:58 ` [Buildroot] [PATCH v3 2/3] libsigrok: add host-doxygen dependency for C++ bindings Thomas Petazzoni
2015-04-10 9:49 ` [Buildroot] [PATCH v3 3/3] Revert "libsigrok: mark libsigrokcxx as broken" Bartosz Golaszewski
2015-04-12 16:59 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1428659399-28620-3-git-send-email-bgolaszewski@baylibre.com \
--to=bgolaszewski@baylibre.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox