[Buildroot] [git commit] libiio: BR2_PACKAGE_LIBIIO_TESTS requires BR2_PACKAGE_LIBIIO_XML_BACKEND

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Jul 5 22:01:35 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=9dfceee4e5c58e2ad35bf7ce5299a48835db76ec
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Paul Cercueil <paul.cercueil at analog.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.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


More information about the buildroot mailing list