libiio: BR2_PACKAGE_LIBIIO_TESTS requires BR2_PACKAGE_LIBIIO_XML_BACKEND
authorPaul Cercueil <paul.cercueil@analog.com>
Tue, 5 Jul 2016 16:05:54 +0000 (18:05 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 5 Jul 2016 22:01:35 +0000 (00:01 +0200)
Signed-off-by: Paul Cercueil <paul.cercueil@analog.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libiio/Config.in

index e7a5d18767ab334c32fa29c91e036f4bb00aa904..69269e0d6a3c28aa70adf65ebb11805a6d27c25a 100644 (file)
@@ -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