aboutsummaryrefslogtreecommitdiff
path: root/net/gensio/Makefile
diff options
context:
space:
mode:
authorMichael Heimpold <mhei@heimpold.de>2023-11-14 21:02:55 +0100
committerMichael Heimpold <mhei@heimpold.de>2023-11-14 21:02:55 +0100
commit4e1947d9294d261e720867dd820512147df44d2f (patch)
tree510fc24694ff4df456521eaaf71c4c1297c0dbe2 /net/gensio/Makefile
parentcb994bbf6c5d9b2d73f74b7cdb5c853d431a472c (diff)
gensio: disable cm108gpio gensio and prevent using libudev
libudev seems to be required only for cm108gpio gensio which is a relatively special one. Let's disable it and also the libudev lookup, so that there is no need to link/use libudev. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'net/gensio/Makefile')
-rw-r--r--net/gensio/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/gensio/Makefile b/net/gensio/Makefile
index 500d95817..b53d6821d 100644
--- a/net/gensio/Makefile
+++ b/net/gensio/Makefile
@@ -47,8 +47,9 @@ CONFIGURE_ARGS += \
--$(if $(CONFIG_GENSIO_GLIB),with,without)-glib \
--$(if $(CONFIG_GENSIO_TCL),with,without)-tcl \
--without-afskmdm \
- --without-ax25 \
--without-alsa \
+ --without-ax25 \
+ --without-cm108gpio \
--without-dnssd \
--without-go \
--without-ipmisol \
@@ -56,6 +57,7 @@ CONFIGURE_ARGS += \
--without-openipmi \
--without-portaudio \
--without-sound \
+ --without-udev \
--with-cplusplus \
--with-flock-locking \
--with-uucp-locking \