Merge pull request #22663 from mhei/gensio-fix-build-disable-udev

gensio: disable cm108gpio gensio and prevent using libudev
This commit is contained in:
Hannu Nyman 2023-11-15 22:21:34 +02:00 committed by GitHub
commit cee97bce36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \