libmbim: inherit BR2_USE_MMU dependency from libglib2
authorAleksander Morgado <aleksander@aleksander.es>
Wed, 6 Sep 2017 08:43:27 +0000 (10:43 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 6 Sep 2017 20:05:21 +0000 (22:05 +0200)
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>
package/libmbim/Config.in

index 4f80592649fded8f2ee2ec736341f2e9d8e4b202..5db8efbf9cc5ec6288bdbf2b1442e8afeeb310a3 100644 (file)
@@ -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