Merge pull request #18079 from TDT-AG/pr/20220316-libqmi-libmbim
ibqmi/libmbim: fix configure warning on unrecognized options
This commit is contained in:
commit
d3df3fed26
2 changed files with 1 additions and 4 deletions
|
@ -28,8 +28,7 @@ CONFIGURE_ARGS += \
|
||||||
--disable-gtk-doc \
|
--disable-gtk-doc \
|
||||||
--disable-gtk-doc-html \
|
--disable-gtk-doc-html \
|
||||||
--disable-gtk-doc-pdf \
|
--disable-gtk-doc-pdf \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules
|
||||||
--enable-more-warnings=yes
|
|
||||||
|
|
||||||
define Package/libmbim
|
define Package/libmbim
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
|
@ -57,7 +56,6 @@ define Package/mbim-utils
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--without-udev \
|
|
||||||
--without-udev-base-dir
|
--without-udev-base-dir
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
|
|
|
@ -66,7 +66,6 @@ CONFIGURE_ARGS += \
|
||||||
--disable-gtk-doc-pdf \
|
--disable-gtk-doc-pdf \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--enable-firmware-update \
|
--enable-firmware-update \
|
||||||
--enable-more-warnings=yes \
|
|
||||||
--without-udev \
|
--without-udev \
|
||||||
--without-udev-base-dir
|
--without-udev-base-dir
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue