All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Cercueil <paul.cercueil@analog.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] libiio: BR2_PACKAGE_LIBIIO_TESTS requires BR2_PACKAGE_LIBIIO_XML_BACKEND
Date: Tue, 5 Jul 2016 18:05:54 +0200	[thread overview]
Message-ID: <1467734754-16816-1-git-send-email-paul.cercueil@analog.com> (raw)

Signed-off-by: Paul Cercueil <paul.cercueil@analog.com>
---
 package/libiio/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libiio/Config.in b/package/libiio/Config.in
index e7a5d18..69269e0 100644
--- a/package/libiio/Config.in
+++ b/package/libiio/Config.in
@@ -63,6 +63,7 @@ comment "IIO Daemon needs a toolchain w/ threads"
 config BR2_PACKAGE_LIBIIO_TESTS
 	bool "Install test programs"
 	select BR2_PACKAGE_LIBIIO_LOCAL_BACKEND
+	select BR2_PACKAGE_LIBIIO_XML_BACKEND
 	select BR2_PACKAGE_LIBIIO_NETWORK_BACKEND
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	help
-- 
2.8.1

             reply	other threads:[~2016-07-05 16:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-05 16:05 Paul Cercueil [this message]
2016-07-05 22:01 ` [Buildroot] [PATCH] libiio: BR2_PACKAGE_LIBIIO_TESTS requires BR2_PACKAGE_LIBIIO_XML_BACKEND 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=1467734754-16816-1-git-send-email-paul.cercueil@analog.com \
    --to=paul.cercueil@analog.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.