Thanks, applied as f9332e0c897cb2c4066bc3eaaaf2b846927108b3. Michael
[sent from post-receive hook] On Mon, 18 May 2026 09:53:23 +0200, Ladislav Michl <[email protected]> wrote: > Signed-off-by: Ladislav Michl <[email protected]> > Message-Id: <afHwuYcBhreA-0bM@lenoch> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/libmbim.in b/rules/libmbim.in > index 01e222533580..c7688edc7656 100644 > --- a/rules/libmbim.in > +++ b/rules/libmbim.in > @@ -1,13 +1,21 @@ > ## SECTION=networking > > -config LIBMBIM > +menuconfig LIBMBIM > tristate > select HOST_MESON > select GLIB > - select UDEV > - select LIBGUDEV > - prompt "libmbim" > + select UDEV if LIBMBIM_UDEV > + select LIBGUDEV if LIBMBIM_UDEV > + prompt "libmbim " > help > libmbim is a glib-based library for talking to WWAN modems and > devices which speak the Mobile Interface Broadband Model (MBIM) > protocol. > + > +if LIBMBIM > + > +config LIBMBIM_UDEV > + bool "enable udev support" > + default y > + > +endif > diff --git a/rules/libmbim.make b/rules/libmbim.make > index 0e67eed81d16..fa4d22c5835c 100644 > --- a/rules/libmbim.make > +++ b/rules/libmbim.make > @@ -41,8 +41,9 @@ LIBMBIM_CONF_OPT := \ > -Dgtk_doc=false \ > -Dintrospection=false \ > -Dman=false \ > + -Dmbim_groupname= \ > -Dmbim_username= \ > - -Dudevdir=/usr/lib/udev > + -Dudevdir=$(call ptx/ifdef,PTXCONF_LIBMBIM_UDEV,/usr/lib/udev,) > > # > ---------------------------------------------------------------------------- > # Target-Install
