summaryrefslogtreecommitdiffstats
path: root/package/libiio/libiio.mk
diff options
context:
space:
mode:
authorMatthew Fornero <mfornero@mathworks.com>2017-03-13 15:35:02 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-14 23:40:25 +0100
commitf358078b3374f3b316551660e89f5c463cb61608 (patch)
tree12894608d1d6e25fd6077814ee80b67d35e02a98 /package/libiio/libiio.mk
parentab1131d559543840fe366dcd4e4d66c320fdae7e (diff)
downloadbuildroot-f358078b3374f3b316551660e89f5c463cb61608.tar.gz
buildroot-f358078b3374f3b316551660e89f5c463cb61608.zip
libiio: explicitly disable matlab bindings
If building on a machine with MATLAB installed, the MATLAB bindings will default to ON, which is not the desired behavior for a cross build. The bindings are designed to be called from within MATLAB, and we are not currently running MATLAB on buildroot-generated targets. This does not preclude the use of the bindings from a host connecting over the network backend (assuming libiio on the host has the bindings enabled). Signed-off-by: Matthew Fornero <mfornero@mathworks.com> Acked-By: Paul Cercueil <paul.cercueil@analog.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libiio/libiio.mk')
-rw-r--r--package/libiio/libiio.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libiio/libiio.mk b/package/libiio/libiio.mk
index 8977610999..aaa6c7060d 100644
--- a/package/libiio/libiio.mk
+++ b/package/libiio/libiio.mk
@@ -14,6 +14,7 @@ LIBIIO_CONF_OPTS = -DENABLE_IPV6=ON \
-DWITH_LOCAL_BACKEND=$(if $(BR2_PACKAGE_LIBIIO_LOCAL_BACKEND),ON,OFF) \
-DWITH_NETWORK_BACKEND=$(if $(BR2_PACKAGE_LIBIIO_NETWORK_BACKEND),ON,OFF) \
-DWITH_MATLAB_BINDINGS_API=OFF \
+ -DMATLAB_BINDINGS=OFF \
-DINSTALL_UDEV_RULE=$(if $(BR2_PACKAGE_HAS_UDEV),ON,OFF) \
-DWITH_TESTS=$(if $(BR2_PACKAGE_LIBIIO_TESTS),ON,OFF) \
-DWITH_DOC=OFF
OpenPOWER on IntegriCloud