aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2022-04-29 08:15:09 +0200
committerlaforge <laforge@osmocom.org>2022-04-29 07:39:43 +0000
commit903705604a34ebe311bc316dff000af25f659a36 (patch)
tree756a98ca8423eee6fe6082eadae9b9781fcd2454 /configure.ac
parent9d3cfeff3ef0a1b1200bac460d4e342316f0f2bf (diff)
build: Disable libusb and libmnl for embedded builds
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> Change-Id: Ie7900098ffda7cebfab81c08b25b0001e6fd98ec
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 990d0e7e..bf85c071 100644
--- a/configure.ac
+++ b/configure.ac
@@ -381,7 +381,9 @@ then
AM_CONDITIONAL(ENABLE_UTILITIES, false)
AM_CONDITIONAL(ENABLE_GB, false)
AM_CONDITIONAL(ENABLE_GNUTLS, false)
+ AM_CONDITIONAL(ENABLE_LIBMNL, false)
AM_CONDITIONAL(ENABLE_LIBSCTP, false)
+ AM_CONDITIONAL(ENABLE_LIBUSB, false)
AM_CONDITIONAL(ENABLE_PCSC, false)
AM_CONDITIONAL(ENABLE_PSEUDOTALLOC, true)
AM_CONDITIONAL(ENABLE_SERCOM_STUB, true)