mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
libmbim: inherit BR2_USE_MMU dependency from libglib2
The USE_MMU dependency was missing from the chain of dependencies. Signed-off-by: Aleksander Morgado <aleksander@aleksander.es> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
c8d76469a3
commit
6c9ffcae10
@@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBMBIM
|
|||||||
bool "libmbim"
|
bool "libmbim"
|
||||||
depends on BR2_USE_WCHAR # libglib2
|
depends on BR2_USE_WCHAR # libglib2
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||||
|
depends on BR2_USE_MMU # libglib2
|
||||||
depends on BR2_PACKAGE_HAS_UDEV
|
depends on BR2_PACKAGE_HAS_UDEV
|
||||||
select BR2_PACKAGE_LIBGUDEV
|
select BR2_PACKAGE_LIBGUDEV
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
@@ -13,5 +14,6 @@ config BR2_PACKAGE_LIBMBIM
|
|||||||
http://www.freedesktop.org/wiki/Software/libmbim/
|
http://www.freedesktop.org/wiki/Software/libmbim/
|
||||||
|
|
||||||
comment "libmbim needs udev /dev management and a toolchain w/ wchar, threads"
|
comment "libmbim needs udev /dev management and a toolchain w/ wchar, threads"
|
||||||
|
depends on BR2_USE_MMU
|
||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
||||||
!BR2_PACKAGE_HAS_UDEV
|
!BR2_PACKAGE_HAS_UDEV
|
||||||
|
|||||||
Reference in New Issue
Block a user