summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2017-09-06 10:43:27 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-09-06 22:05:21 +0200
commit6c9ffcae1075524ff587d00ee1597a1a415db019 (patch)
treedd4c987e861c6960536b3bef052c9d348b21f849
parentc8d76469a3a01a74ed68c732984e601ea351bef5 (diff)
downloadbuildroot-6c9ffcae1075524ff587d00ee1597a1a415db019.tar.gz
buildroot-6c9ffcae1075524ff587d00ee1597a1a415db019.zip
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>
-rw-r--r--package/libmbim/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libmbim/Config.in b/package/libmbim/Config.in
index 4f80592649..5db8efbf9c 100644
--- a/package/libmbim/Config.in
+++ b/package/libmbim/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBMBIM
bool "libmbim"
depends on BR2_USE_WCHAR # libglib2
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
+ depends on BR2_USE_MMU # libglib2
depends on BR2_PACKAGE_HAS_UDEV
select BR2_PACKAGE_LIBGUDEV
select BR2_PACKAGE_LIBGLIB2
@@ -13,5 +14,6 @@ config BR2_PACKAGE_LIBMBIM
http://www.freedesktop.org/wiki/Software/libmbim/
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 || \
!BR2_PACKAGE_HAS_UDEV
OpenPOWER on IntegriCloud